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
This commit is contained in:
Robert Watson 2007-12-03 11:38:28 +00:00
parent c5e73985de
commit 309bdd49b5
2 changed files with 7 additions and 0 deletions

View File

@ -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

6
sys/pc98/include/stack.h Normal file
View File

@ -0,0 +1,6 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <i386/stack.h>