summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
committerbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
commit0409d20c481a7971dfde8cdb5abd35c2a5513865 (patch)
tree213bdbb7dcc09488ec528b44c6ee165085345466 /sys/amd64/include/cpu.h
parent1eb23e9e86940a2ef00f6ffd88d6c97b82c914fe (diff)
downloadFreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.zip
FreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.tar.gz
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
The i386 UP case was messily different.
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 74a260d..7b090b6 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -130,9 +130,6 @@
#ifdef _KERNEL
extern char btext[];
extern char etext[];
-#ifndef intr_nesting_level
-extern u_char intr_nesting_level;
-#endif
void fork_trampoline __P((void));
void fork_return __P((struct proc *, struct trapframe));
OpenPOWER on IntegriCloud