From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Linux: enable_IO_APIC() differences between i386 and x86-64 Date: Tue, 25 Nov 2008 13:20:28 +0000 Message-ID: <492C09AC.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org As I noticed only now, there's a big chunk of code in that function that's conditionalized out for x86-64 but not for i386. I'm pretty certain these routines should agree, though. Can anyone think of a reason this shouldn't also be disabled for i386? Thanks, Jan