diff options
author | 1997-05-28 23:20:17 +0000 | |
---|---|---|
committer | 1997-05-28 23:20:17 +0000 | |
commit | e39fc305b4bcfd9b8b802e76e0a4f8414f598cc9 (patch) | |
tree | 4f1fdd71724c687c76afeabc88cd20ef638128d9 | |
parent | We use select, not poll. Correct ipl entry. Add blktochr func. (diff) | |
download | wireguard-openbsd-e39fc305b4bcfd9b8b802e76e0a4f8414f598cc9.tar.xz wireguard-openbsd-e39fc305b4bcfd9b8b802e76e0a4f8414f598cc9.zip |
Add kernel_text sym
-rw-r--r-- | sys/arch/vax/vax/intvec.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/intvec.s b/sys/arch/vax/vax/intvec.s index 333f7de0f0a..ef141ce8181 100644 --- a/sys/arch/vax/vax/intvec.s +++ b/sys/arch/vax/vax/intvec.s @@ -1,3 +1,4 @@ +/* $OpenBSD: intvec.s,v 1.6 1997/05/28 23:20:17 niklas Exp $ */ /* $NetBSD: intvec.s,v 1.20 1996/07/20 18:20:44 ragge Exp $ */ /* @@ -77,7 +78,8 @@ ENTRY(stray/**/vecnr) ; \ .long label+stack; .text - .globl _kernbase, _rpb + .globl _kernel_text, _kernbase, _rpb +_kernel_text: _kernbase: _rpb: /* |