commit | 874c4fe389d1358f82c96dc9b5092fc5c7690604 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:26 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:26 2006 +0200 |
tree | 9d79c398041c8902cff3abb6c9495c3d63bf59f1 | |
parent | 9142e0c8396b25ed4cb549b5efa636065768ebe0 [diff] |
[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>