summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-11-05 00:49:03 +0000
committermp <mp@FreeBSD.org>2001-11-05 00:49:03 +0000
commitba5cfb0dbeb0e5831ceb781d1a76c64ee3893cdd (patch)
treec52c3222732a65c24751a7a9e0fa86163dc88961 /sys/powerpc/include/cpu.h
parente8fdcea4033f3b246411335ef106ec835c22f699 (diff)
downloadFreeBSD-src-ba5cfb0dbeb0e5831ceb781d1a76c64ee3893cdd.zip
FreeBSD-src-ba5cfb0dbeb0e5831ceb781d1a76c64ee3893cdd.tar.gz
Clean up the trap handling code and make it consistent with the other platforms.
Submitted by: jhb
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 e23732f..9221b34 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)
OpenPOWER on IntegriCloud