aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/smp.h
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-14 11:46:45 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-14 11:46:45 +0000
commit6fc729af6302dafea6d55379b7175fb40c81ac4d (patch)
tree3eb2afc6dea26c92444202ed2d06bac484ff40ae /sys/arm/include/smp.h
parent0025fb0f4fd82acbf0aafca184feebdc4e37f6ea (diff)
downloadsrc-6fc729af6302dafea6d55379b7175fb40c81ac4d.tar.gz
src-6fc729af6302dafea6d55379b7175fb40c81ac4d.zip
Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD.
Notes
Notes: svn path=/head/; revision=129198
Diffstat (limited to 'sys/arm/include/smp.h')
-rw-r--r--sys/arm/include/smp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arm/include/smp.h b/sys/arm/include/smp.h
new file mode 100644
index 000000000000..ca707e3bab83
--- /dev/null
+++ b/sys/arm/include/smp.h
@@ -0,0 +1,6 @@
+/* $FreeBSD$ */
+
+#ifndef _MACHINE_SMP_H_
+#define _MACHINE_SMP_H_
+
+#endif /* !_MACHINE_SMP_H_ */