Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/include The file needs opt_multiprocessor to ...



details:   https://anonhg.NetBSD.org/src/rev/0ea8dad35237
branches:  trunk
changeset: 784882:0ea8dad35237
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 12 23:02:58 2013 +0000

description:
The file needs opt_multiprocessor to get the CR_CURCPU define.

diffstat:

 sys/arch/hp700/include/cpu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 59724bb5dfe6 -r 0ea8dad35237 sys/arch/hp700/include/cpu.h
--- a/sys/arch/hp700/include/cpu.h      Tue Feb 12 22:24:47 2013 +0000
+++ b/sys/arch/hp700/include/cpu.h      Tue Feb 12 23:02:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.70 2012/05/23 16:11:37 skrll Exp $   */
+/*     $NetBSD: cpu.h,v 1.71 2013/02/12 23:02:58 skrll Exp $   */
 
 /*     $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $       */
 
@@ -55,6 +55,7 @@
 
 #ifdef _KERNEL_OPT
 #include "opt_cputype.h"
+#include "opt_multiprocessor.h"
 #endif
 
 #include <machine/trap.h>



Home | Main Index | Thread Index | Old Index