summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/pcpu.h')
-rw-r--r--sys/i386/include/pcpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index 2788499..90c3bd7 100644
--- a/sys/i386/include/pcpu.h
+++ b/sys/i386/include/pcpu.h
@@ -53,7 +53,7 @@
* other processors"
*/
struct globaldata {
- struct privatespace *gd_prvspace; /* self-reference */
+ struct globaldata *gd_prvspace; /* self-reference */
struct proc *gd_curproc;
struct proc *gd_npxproc;
struct pcb *gd_curpcb;
@@ -92,8 +92,6 @@ struct globaldata {
#endif
};
-extern struct globaldata globaldata;
-
SLIST_HEAD(cpuhead, globaldata);
extern struct cpuhead cpuhead;
OpenPOWER on IntegriCloud