diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-08 10:55:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-08 10:55:55 +0000 |
commit | 64498ae3011ec268f91baa2048117e4626b5c42b (patch) | |
tree | b974feddd476716072a504a90fb6e0e0e2da4731 /sys/arch/alpha/include | |
parent | 0427110e4f7e3d1cd4951a5d4ed7e1bc94637259 (diff) |
Recognize that a symbol table may exist, move up proc0paddr if so.
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 1ae32845eb4..1b5d53cc805 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.6 1997/01/24 19:57:10 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.7 1997/07/08 10:55:52 niklas Exp $ */ /* $NetBSD: cpu.h,v 1.14 1996/12/07 01:54:50 cgd Exp $ */ /* @@ -142,7 +142,7 @@ void XentMM __P((u_int64_t, u_int64_t, u_int64_t)); /* MAGIC */ void XentRestart __P((void)); /* MAGIC */ void XentSys __P((u_int64_t, u_int64_t, u_int64_t)); /* MAGIC */ void XentUna __P((u_int64_t, u_int64_t, u_int64_t)); /* MAGIC */ -void alpha_init __P((u_long, u_long)); +void alpha_init __P((u_long, u_long, char *)); void ast __P((struct trapframe *)); int badaddr __P((void *, size_t)); void child_return __P((struct proc *p)); |