Ticket #5182: kernel_arg_cpu.diff
File kernel_arg_cpu.diff, 505 bytes (added by , 15 years ago) |
---|
-
src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S
diff --git a/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S b/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S index c0c0822..2156e1d 100644
a b FUNCTION(arch_start_kernel): 31 31 32 32 // enter the kernel 33 33 mtlr %r4 34 li %r4, 0 34 35 blrl 35 36 36 37 /* Actually we should never get here, but at least for debugging purposes