[PATCH] i386: Allow to use GENERICARCH for UP kernels
There are some machines around (large xSeries or Unisys ES7000) that need physical IO-APIC destination mode to access all of their IO devices. This currently doesn't work in UP kernels as used in distribution installers. This patch allows to compile even UP kernels as GENERICARCH which allows to use physical or clustered APIC mode. Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:

committed by
Andi Kleen

orang tua
9142e0c839
melakukan
874c4fe389
@@ -40,6 +40,7 @@
|
||||
#include <asm/nmi.h>
|
||||
|
||||
#include <mach_apic.h>
|
||||
#include <mach_apicdef.h>
|
||||
|
||||
#include "io_ports.h"
|
||||
|
||||
|
@@ -30,6 +30,7 @@
|
||||
#include <asm/io_apic.h>
|
||||
|
||||
#include <mach_apic.h>
|
||||
#include <mach_apicdef.h>
|
||||
#include <mach_mpparse.h>
|
||||
#include <bios_ebda.h>
|
||||
|
||||
|
Reference in New Issue
Block a user