summaryrefslogtreecommitdiffstats
path: root/sys/xen
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-10-18 17:06:13 +0000
committerdim <dim@FreeBSD.org>2013-10-18 17:06:13 +0000
commit4e5b4a6579288e2885629e89a343a89c604873fb (patch)
tree188923468fd444b0d850be10f876020988064cf4 /sys/xen
parent9a1a8ad690e2091b805f31ed034dfe105fdd990f (diff)
downloadFreeBSD-src-4e5b4a6579288e2885629e89a343a89c604873fb.zip
FreeBSD-src-4e5b4a6579288e2885629e89a343a89c604873fb.tar.gz
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
a gcc warning. Approved by: re (glebius)
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xen-os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h
index 95e8c6a..87644e9 100644
--- a/sys/xen/xen-os.h
+++ b/sys/xen/xen-os.h
@@ -50,8 +50,6 @@
/* Force a proper event-channel callback from Xen. */
void force_evtchn_callback(void);
-extern int gdtset;
-
extern shared_info_t *HYPERVISOR_shared_info;
enum xen_domain_type {
OpenPOWER on IntegriCloud