From: Jeremy Fitzhardinge Date: Mon, 8 Jun 2009 10:00:22 +0000 (-0700) Subject: x86/ioapic.c: remove #ifdef for 82093AA workaround X-Git-Tag: v2.6.32-rc1~715^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916a0fe739f151664f7f07b42543ae6fd4caec49;p=pandora-kernel.git x86/ioapic.c: remove #ifdef for 82093AA workaround While no 64-bit hardware will have a version 0x11 I/O APIC which needs the level/edge bug workaround, that's not a particular reason to use CONFIG_X86_32 to #ifdef the code out. Most 32-bit machines will no longer need the workaround either, so the test to see whether it is necessary should be more fine-grained than "32-bit=yes, 64-bit=no". (Also fix formatting of block comment.) Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed