From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753301AbYHPTxU (ORCPT ); Sat, 16 Aug 2008 15:53:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752514AbYHPTwy (ORCPT ); Sat, 16 Aug 2008 15:52:54 -0400 Received: from kirk.serum.com.pl ([213.77.9.205]:62932 "EHLO serum.com.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752336AbYHPTwx (ORCPT ); Sat, 16 Aug 2008 15:52:53 -0400 Date: Sat, 16 Aug 2008 20:52:07 +0100 (BST) From: "Maciej W. Rozycki" To: Cyrill Gorcunov cc: mingo@elte.hu, hpa@zytor.com, tglx@linutronix.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6] x86: apic - unify lapic_resume In-Reply-To: <722b5bc0303212ca203cadeedae5ede3e23eccb7.1218914042.git.gorcunov@gmail.com> Message-ID: References: <1218914515-26377-1-git-send-email-gorcunov@gmail.com> <722b5bc0303212ca203cadeedae5ede3e23eccb7.1218914042.git.gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 16 Aug 2008, Cyrill Gorcunov wrote: > +#ifdef CONFIG_X86_64 > + if (x2apic) > + enable_x2apic(); > + else > +#endif Hmm, x86-64 hardware can run a 32-bit kernel, so it might be a good idea to take the opportunity of the merge and extend x2APIC support to the 32-bit configuration too. It should be mostly a mechanical change. Just a suggestion though -- feel free to ignore if you'd rather not dive into it. ;) Maciej