diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2008-12-20 00:33:10 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2008-12-20 00:33:10 +0000 |
| commit | 91416fb2687574cb4322a40e2f238affffcf0536 (patch) | |
| tree | 25aa78cf699f4beb5681bc0e1e056803a5395bd5 /sys/powerpc/aim/locore.S | |
| parent | 69d6a6aafc193ffead7999305f22849b438b5782 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/aim/locore.S')
| -rw-r--r-- | sys/powerpc/aim/locore.S | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S index cfe75d9208ed6..60e5e9d567d82 100644 --- a/sys/powerpc/aim/locore.S +++ b/sys/powerpc/aim/locore.S @@ -129,14 +129,6 @@ kernel_text: .text .globl __start __start: -#ifdef FIRMWORKSBUGS - mfmsr 0 - andi. 0,0,PSL_IR|PSL_DR - beq 1f - - bl ofwr_init -1: -#endif li 8,0 li 9,0x100 mtctr 9 @@ -154,7 +146,6 @@ __start: lis 8,openfirmware_entry@ha stw 5,openfirmware_entry@l(8) /* save client interface handler */ - mr 3,5 lis 1,(tmpstk+TMPSTKSZ-16)@ha addi 1,1,(tmpstk+TMPSTKSZ-16)@l @@ -172,7 +163,7 @@ __start: mfsprg3 0 stw 0,16(9) /* ofmsr[4] = sprg3 */ - bl OF_init + bl OF_initial_setup lis 4,end@ha addi 4,4,end@l |
