diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-15 17:40:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-02-15 17:40:28 +0000 |
commit | f9646d35e221f87550674a3d523ae85dcc50f28e (patch) | |
tree | e2aa232d40c6f99712f22410ec1778f966666fc3 /sys/arch/pmax | |
parent | 0bcbfe18ab63c55862fb458a038d674179583394 (diff) |
add kernel_text symbol (just like other archs)
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 |