From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Amsden Subject: Re: APIC clock setup dependent on PAE ? Date: Wed, 10 Jan 2007 13:54:34 -0800 Message-ID: <45A5609A.4070201@vmware.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: James Morris Cc: virtualization@lists.osdl.org List-Id: virtualization@lists.linuxfoundation.org James Morris wrote: > Why are these APIC clock init hooks dependent on CONFIG_X86_PAE ? > > include/asm/paravirt.h: > > static inline void setup_boot_clock(void) > { > paravirt_ops.setup_boot_clock(); > } > > static inline void setup_secondary_clock(void) > { > paravirt_ops.setup_secondary_clock(); > } > > > (via the vmi timer patch). > = Um, that is nuts. What tree are you in? Zach