diff options
Diffstat (limited to 'stubs/pc_madt_cpu_entry.c')
-rw-r--r-- | stubs/pc_madt_cpu_entry.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/pc_madt_cpu_entry.c b/stubs/pc_madt_cpu_entry.c deleted file mode 100644 index f88d6a090b..0000000000 --- a/stubs/pc_madt_cpu_entry.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "qemu/osdep.h" -#include "hw/i386/pc.h" - -void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid, - const CPUArchIdList *apic_ids, GArray *entry) -{ -} |