revert r315959 because it causes build problems
authoravg <avg@FreeBSD.org>
Mon, 27 Mar 2017 12:34:29 +0000 (12:34 +0000)
committeravg <avg@FreeBSD.org>
Mon, 27 Mar 2017 12:34:29 +0000 (12:34 +0000)
commit7a52acd8b3335392a3f7ee6193891f02f5e059be
tree553b239f52a4b5ddfc0d778b3fc55f49c8734bfa
parentf03ea73bb5e2b9b9f7f94d257ba8ad07bff127ec
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
12 files changed:
sys/amd64/amd64/apic_vector.S
sys/amd64/amd64/genassym.c
sys/amd64/vmm/amd/svm.c
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_host.h
sys/i386/i386/apic_vector.s
sys/i386/i386/genassym.c
sys/x86/include/apicvar.h
sys/x86/x86/io_apic.c
sys/x86/x86/local_apic.c
sys/x86/x86/msi.c
sys/x86/xen/xen_apic.c