From 309bdd49b5b7724e687ec99bd76783761085ed38 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 3 Dec 2007 11:38:28 +0000 Subject: [PATCH] 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 --- sys/conf/files.pc98 | 1 + sys/pc98/include/stack.h | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 sys/pc98/include/stack.h diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 70f99a24114..0ebe2ad8876 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -184,6 +184,7 @@ i386/i386/nexus.c standard i386/i386/perfmon.c optional perfmon i386/i386/pmap.c standard i386/i386/ptrace_machdep.c standard +i386/i386/stack_machdep.c optional ddb | stack i386/i386/support.s standard i386/i386/swtch.s standard i386/i386/sys_machdep.c standard diff --git a/sys/pc98/include/stack.h b/sys/pc98/include/stack.h new file mode 100644 index 00000000000..2f854615f31 --- /dev/null +++ b/sys/pc98/include/stack.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include