summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-12-09 19:22:51 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-12-09 19:22:51 +0000
commiteaf840c7cda60cf583fd172b1e5b63e49a0cc923 (patch)
treeb44e18e6a7ef78b0d95c83be10321138c0be59ca /sys
parent21263c4c72bf5ca4f5b11ada823d98b966a013ab (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')
-rw-r--r--sys/arch/loongson/include/vmparam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/vmparam.h b/sys/arch/loongson/include/vmparam.h
new file mode 100644
index 00000000000..9cc516fa0e7
--- /dev/null
+++ b/sys/arch/loongson/include/vmparam.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: vmparam.h,v 1.1 2009/12/09 19:22:50 miod Exp $ */
+/* public domain */
+#include <mips64/vmparam.h>