/boot/trunk/arch/ppc32/loader/asm.S |
---|
234,6 → 234,15 |
mtspr dbat3u, r30 |
mtspr dbat3l, r30 |
# create empty page hash table FIXME |
DEBUG_pht |
lis r31, 0x07ff |
ori r31, r31, 0x0000 |
mtsdr1 r31 |
# create identity mapping |
DEBUG_mapping |
/boot/trunk/arch/ppc32/loader/debug.inc |
---|
8297,3 → 8297,8 |
stw r12, 92(r10) |
#endif |
.endm |
.macro DEBUG_pht |
#ifdef CONFIG_DEBUG |
#endif |
.endm |