Source
14
14
* Yinghai Lu <yinghai@kernel.org>
15
15
* Jiang Liu <jiang.liu@intel.com>
16
16
*/
17
17
18
18
/*
19
19
* This driver manages I/O APICs added by hotplug after boot.
20
20
* We try to claim all I/O APIC devices, but those present at boot were
21
21
* registered when we parsed the ACPI MADT.
22
22
*/
23
23
24
-
#define pr_fmt(fmt) "ACPI : IOAPIC: " fmt
24
+
#define pr_fmt(fmt) "ACPI: IOAPIC: " fmt
25
25
26
26
#include <linux/slab.h>
27
27
#include <linux/acpi.h>
28
28
#include <linux/pci.h>
29
29
#include <acpi/acpi.h>
30
30
31
31
struct acpi_pci_ioapic {
32
32
acpi_handle root_handle;
33
33
acpi_handle handle;
34
34
u32 gsi_base;