summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-22 20:08:32 +0000
committerngie <ngie@FreeBSD.org>2015-12-22 20:08:32 +0000
commit3dc5879a19c03343520810c0e3fdcc9374b28f23 (patch)
tree322fcbf3dbf006510162813facbf3a44f1a02bf0 /sys/amd64
parentac857b8cbeb36db960161279c58823b381ad9dfe (diff)
downloadFreeBSD-src-3dc5879a19c03343520810c0e3fdcc9374b28f23.zip
FreeBSD-src-3dc5879a19c03343520810c0e3fdcc9374b28f23.tar.gz
Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.h
This variable was added to sys/x86/include/x86_var.h recently. This unbreaks building kernel source that #includes both md_var.h and x86_var.h with gcc 4.2.1 on amd64 Differential Revision: https://reviews.freebsd.org/D4686 Reviewed by: kib X-MFC with: r291949 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/md_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h
index 983485a..ddeb257 100644
--- a/sys/amd64/include/md_var.h
+++ b/sys/amd64/include/md_var.h
@@ -34,7 +34,6 @@
#include <x86/x86_var.h>
-extern char ctx_switch_xsave[];
extern uint64_t *vm_page_dump;
/* XXX */
OpenPOWER on IntegriCloud