summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-10-18 17:08:23 +0000
committerdim <dim@FreeBSD.org>2013-10-18 17:08:23 +0000
commit7cc377054855b77d914cd5662b99426e2ad7c8fe (patch)
tree219f3e1e4aa91d7338c12a50b8c64bf8b6c3799e
parent9a4ff0a6cf4f41e2680614731c44b7b980cf60d2 (diff)
downloadFreeBSD-src-7cc377054855b77d914cd5662b99426e2ad7c8fe.zip
FreeBSD-src-7cc377054855b77d914cd5662b99426e2ad7c8fe.tar.gz
MFC r256746:
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence a gcc warning. Approved by: re (glebius)
-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