Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/dev Make MULTIPROCESSOR compile.
details: https://anonhg.NetBSD.org/src/rev/f9f9b7af0a46
branches: trunk
changeset: 778537:f9f9b7af0a46
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Apr 03 11:44:32 2012 +0000
description:
Make MULTIPROCESSOR compile.
diffstat:
sys/arch/hp700/dev/cpu.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 3c503709f7b5 -r f9f9b7af0a46 sys/arch/hp700/dev/cpu.c
--- a/sys/arch/hp700/dev/cpu.c Tue Apr 03 11:43:36 2012 +0000
+++ b/sys/arch/hp700/dev/cpu.c Tue Apr 03 11:44:32 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.20 2012/02/26 08:44:12 skrll Exp $ */
+/* $NetBSD: cpu.c,v 1.21 2012/04/03 11:44:32 skrll Exp $ */
/* $OpenBSD: cpu.c,v 1.29 2009/02/08 18:33:28 miod Exp $ */
@@ -29,13 +29,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.20 2012/02/26 08:44:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.21 2012/04/03 11:44:32 skrll Exp $");
#include "opt_multiprocessor.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
+#include <sys/atomic.h>
#include <sys/reboot.h>
#include <uvm/uvm.h>
Home |
Main Index |
Thread Index |
Old Index