From 418629d81d2b47dae0ccccc5c5e877118d8ca584 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 22 Dec 2015 20:08:32 +0000 Subject: [PATCH] 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 --- sys/amd64/include/md_var.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index 983485a8cdf..ddeb2573140 100644 --- a/sys/amd64/include/md_var.h +++ b/sys/amd64/include/md_var.h @@ -34,7 +34,6 @@ #include -extern char ctx_switch_xsave[]; extern uint64_t *vm_page_dump; /* XXX */