MFi386: revision 1.583.

This commit is contained in:
Yoshihiro Takahashi 2004-01-11 09:18:33 +00:00
parent 8d6649fef6
commit 6c021e3150
2 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,9 @@
#include <sys/ptrace.h>
#include <machine/sigframe.h>
/* Sanity check for __curthread() */
CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);
extern void init386(int first);
extern void dblfault_handler(void);

View File

@ -130,6 +130,9 @@
#include <sys/ptrace.h>
#include <machine/sigframe.h>
/* Sanity check for __curthread() */
CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);
extern void init386(int first);
extern void dblfault_handler(void);