diff options
author | 2007-05-16 16:30:42 +0000 | |
---|---|---|
committer | 2007-05-16 16:30:42 +0000 | |
commit | fcfdf8d0f7a436301ff0c70bb630c47a5217a839 (patch) | |
tree | 9cb7de41e4451fd58f6b0a8195995f78498e7a3e | |
parent | sync (diff) | |
download | wireguard-openbsd-fcfdf8d0f7a436301ff0c70bb630c47a5217a839.tar.xz wireguard-openbsd-fcfdf8d0f7a436301ff0c70bb630c47a5217a839.zip |
we need a cpu_info_store; how did miod miss this?
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 1f8210289d8..0591d486a9e 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.85 2007/05/16 05:19:15 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.86 2007/05/16 16:30:42 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -168,6 +168,8 @@ int iospace_inited = 0; int vax_led_blink = 0; #endif +struct cpu_info cpu_info_store; + void cpu_dumpconf(void); void |