summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2001-11-05 00:49:03 +0000
committerMark Peek <mp@FreeBSD.org>2001-11-05 00:49:03 +0000
commit0308a57783bbf70921e808c0418d273e7e3771a3 (patch)
treec52c3222732a65c24751a7a9e0fa86163dc88961 /sys/powerpc/include/cpu.h
parent8f718dfdc364db477026a133c1cd323109a245cf (diff)
Notes
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index e23732fce251..9221b3492864 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -53,9 +53,6 @@
void delay(int);
#define DELAY(n) delay(n)
-extern int want_resched;
-extern int astpending;
-
extern char bootpath[];
#if defined(_KERNEL) || defined(_STANDALONE)