Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/x86
Date: Sun, 16 Oct 2016 00:23:20 +0200
From: Joerg Sonnenberger <joerg%bec.de@localhost>
Message-ID: <20161015222320.GA4550%britannica.bec.de@localhost>
| On Sat, Oct 15, 2016 at 04:46:15PM +0000, Jaromir Dolecek wrote:
| > Modified Files:
| > src/sys/arch/x86/acpi: acpi_machdep.c
| > Log Message:
| > provide intr xname
|
| You broke the Xen kernels on AMD64. Xen's machine/intr.h version is
| different.
I haven't compile tested it yet, but I think it needs:
Index: acpi_machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/x86/acpi/acpi_machdep.c,v
retrieving revision 1.14
diff -u -r1.14 acpi_machdep.c
--- acpi_machdep.c 15 Oct 2016 16:46:14 -0000 1.14
+++ acpi_machdep.c 15 Oct 2016 23:58:12 -0000
@@ -53,6 +53,7 @@
#include <machine/cpufunc.h>
#include <machine/bootinfo.h>
#include <machine/autoconf.h>
+#include <machine/intr.h>
#include <dev/acpi/acpica.h>
#include <dev/acpi/acpivar.h>
Home |
Main Index |
Thread Index |
Old Index