summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-12-03 11:38:28 +0000
committerrwatson <rwatson@FreeBSD.org>2007-12-03 11:38:28 +0000
commit633b64a51daf61c996f6ae4add228af9f2f7ace8 (patch)
tree4efa9dfb94261cc089bf91002ea06b25e48db9a0 /sys/pc98
parent86277bac23504de54f439ce27b121d2c24eac93d (diff)
downloadFreeBSD-src-633b64a51daf61c996f6ae4add228af9f2f7ace8.zip
FreeBSD-src-633b64a51daf61c996f6ae4add228af9f2f7ace8.tar.gz
Catch up pc98 for i386 stack(9) changes:
Add stub stack.h for pc98 that includes i386 pc98. Add i386 stack_machdep.c to files.pc98. Spotted by: tinderbox
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/stack.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/stack.h b/sys/pc98/include/stack.h
new file mode 100644
index 0000000..2f85461
--- /dev/null
+++ b/sys/pc98/include/stack.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/stack.h>
OpenPOWER on IntegriCloud