aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-03-27 12:34:29 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-03-27 12:34:29 +0000
commit978f3da16f7d571e518785f26d97f24139dfe8bb (patch)
tree553b239f52a4b5ddfc0d778b3fc55f49c8734bfa /sys/x86/xen
parent80b9074a5132692d0dfdd74667851e2b8d0ef889 (diff)
downloadsrc-978f3da16f7d571e518785f26d97f24139dfe8bb.tar.gz
src-978f3da16f7d571e518785f26d97f24139dfe8bb.zip
revert r315959 because it causes build problems
The change introduced a dependency between genassym.c and header files generated from .m files, but that dependency is not specified in the make files. Also, the change could be not as useful as I thought it was. Reported by: dchagin, Manfred Antar <null@pozo.com>, and many others
Notes
Notes: svn path=/head/; revision=316021
Diffstat (limited to 'sys/x86/xen')
-rw-r--r--sys/x86/xen/xen_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c
index cd296add9bca..a7fa255d7568 100644
--- a/sys/x86/xen/xen_apic.c
+++ b/sys/x86/xen/xen_apic.c
@@ -147,7 +147,7 @@ xen_pv_lapic_is_x2apic(void)
}
static void
-xen_pv_lapic_eoi(u_int vector)
+xen_pv_lapic_eoi(void)
{
XEN_APIC_UNSUPPORTED;