summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.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/pcb.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/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 1c7af85..f342ea6 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -43,7 +43,6 @@
/*
* Intel 386 process control block
*/
-#include <machine/globals.h>
#include <machine/npx.h>
struct pcb {
@@ -86,11 +85,6 @@ struct md_coredump {
};
#ifdef _KERNEL
-
-#ifndef curpcb
-extern struct pcb *curpcb; /* our current running pcb */
-#endif
-
void savectx __P((struct pcb *));
#endif
OpenPOWER on IntegriCloud