/branches/sparc/kernel/arch/ppc32/src/asm.S |
---|
66,9 → 66,9 |
mr sp, r4 |
# %r3 is defined to hold pcb_ptr - set it to 0 |
# %r6 is defined to hold pcb_ptr - set it to 0 |
xor r3, r3, r3 |
xor r6, r6, r6 |
# jump to userspace |
/branches/sparc/kernel/arch/ppc32/src/mm/tlb.c |
---|
96,7 → 96,6 |
return NULL; |
case AS_PF_FAULT: |
page_table_lock(as, lock); |
printf("Page fault.\n"); |
*pfrc = rc; |
return NULL; |
default: |