diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-09-04 01:46:06 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-09-04 01:46:06 +0000 |
| commit | 7fb40488d6fe00db62cab78b0e62eee60ddf9f85 (patch) | |
| tree | 23ebceb1eef9d69ce3523718cbe3210794df6a34 /sys/pc98 | |
| parent | 2570cdd60504003f1afee9ea127b28e1d08aac70 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index f7883c441082..4ae80ae5eada 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -149,10 +149,6 @@ CTASSERT(offsetof(struct pcpu, pc_curthread) == 0); extern void init386(int first); extern void dblfault_handler(void); -extern void printcpuinfo(void); /* XXX header file */ -extern void finishidentcpu(void); -extern void panicifcpuunsupported(void); - #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) #define EFL_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) |
