powerpc: Avoid TLB related log spamming
Invalid TLB entries are normal and should not spam the log. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
2184d75b4a
commit
24e0e38b83
@ -1050,7 +1050,6 @@ static inline int ppcemb_tlb_check(CPUState *env, ppcemb_tlb_t *tlb,
|
|||||||
|
|
||||||
/* Check valid flag */
|
/* Check valid flag */
|
||||||
if (!(tlb->prot & PAGE_VALID)) {
|
if (!(tlb->prot & PAGE_VALID)) {
|
||||||
qemu_log("%s: TLB %d not valid\n", __func__, i);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
mask = ~(tlb->size - 1);
|
mask = ~(tlb->size - 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user