diff options
| author | Mark Peek <mp@FreeBSD.org> | 2001-11-05 00:49:03 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2001-11-05 00:49:03 +0000 |
| commit | 0308a57783bbf70921e808c0418d273e7e3771a3 (patch) | |
| tree | c52c3222732a65c24751a7a9e0fa86163dc88961 /sys/powerpc/include/cpu.h | |
| parent | 8f718dfdc364db477026a133c1cd323109a245cf (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/cpu.h')
| -rw-r--r-- | sys/powerpc/include/cpu.h | 3 |
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) |
