diff options
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/pmax/locore.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/pmax/pmax/locore.S b/sys/arch/pmax/pmax/locore.S index 92728850a43..ec2d9299926 100644 --- a/sys/arch/pmax/pmax/locore.S +++ b/sys/arch/pmax/pmax/locore.S @@ -168,6 +168,8 @@ #define START_FRAME ((4 * 4) + 4 + 4) .globl start + .globl _C_LABEL(kernel_text) + _C_LABEL(kernel_text) = start start: mtc0 zero, MACH_COP_0_STATUS_REG # Disable interrupts li t1, MACH_CACHED_MEMORY_ADDR # invalid address |