qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/6] hw/ppc/e500: Move comment to more appropriate place


From: Bernhard Beschow
Subject: [PATCH 6/6] hw/ppc/e500: Move comment to more appropriate place
Date: Fri, 16 Dec 2022 15:57:09 +0100

The TLB entries are set up in mmubooke_create_initial_mapping(), not in
booke206_page_size_to_tlb().

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
 hw/ppc/e500.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
index 104a85ad22..c6aeccce7a 100644
--- a/hw/ppc/e500.c
+++ b/hw/ppc/e500.c
@@ -692,7 +692,6 @@ static int ppce500_prep_device_tree(PPCE500MachineState 
*machine,
                                     kernel_base, kernel_size, true);
 }
 
-/* Create -kernel TLB entries for BookE.  */
 hwaddr booke206_page_size_to_tlb(uint64_t size)
 {
     return 63 - clz64(size / KiB);
@@ -723,6 +722,7 @@ static uint64_t mmubooke_initial_mapsize(CPUPPCState *env)
     return (1ULL << 10 << tsize);
 }
 
+/* Create -kernel TLB entries for BookE. */
 static void mmubooke_create_initial_mapping(CPUPPCState *env)
 {
     ppcmas_tlb_t *tlb = booke206_get_tlbm(env, 1, 0, 0);
-- 
2.39.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]