mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
c5e73985de
commit
309bdd49b5
2 changed files with 7 additions and 0 deletions
|
|
@ -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
6
sys/pc98/include/stack.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <i386/stack.h>
|
||||
Loading…
Reference in a new issue