aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pcb_ext.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-05-11 20:47:45 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-05-11 20:47:45 +0000
commit0de8041c8ef0069ecc1bcba438cf69d8104941f2 (patch)
treece238b24a1e536f024f5700a032a94d623408d97 /sys/i386/include/pcb_ext.h
parent09f6ff4f1a47c3009dc16fdc609a44f2341bc7ac (diff)
Notes
Diffstat (limited to 'sys/i386/include/pcb_ext.h')
-rw-r--r--sys/i386/include/pcb_ext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h
index 850b5e532e221..1969709dbf0be 100644
--- a/sys/i386/include/pcb_ext.h
+++ b/sys/i386/include/pcb_ext.h
@@ -46,10 +46,7 @@ struct pcb_ext {
};
#ifdef _KERNEL
-extern int private_tss;
-
int i386_extend_pcb(struct thread *);
-
#endif
#endif /* _I386_PCB_EXT_H_ */