summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/include/proc.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-07-31 09:26:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-07-31 09:26:27 +0000
commit8eec392465d86ee95c60098e2a65f78e8eab7349 (patch)
tree90603aacfa9c653613ed9c041eac40d0034071de /sys/arch/loongson/include/proc.h
parent939c809d67949175b01736f862b0bcea33f0aee6 (diff)
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
Diffstat (limited to 'sys/arch/loongson/include/proc.h')
-rw-r--r--sys/arch/loongson/include/proc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/proc.h b/sys/arch/loongson/include/proc.h
new file mode 100644
index 00000000000..098b281e7af
--- /dev/null
+++ b/sys/arch/loongson/include/proc.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: proc.h,v 1.1.1.1 2009/07/31 09:26:26 miod Exp $ */
+/* public domain */
+#include <mips64/proc.h>