virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* APIC clock setup dependent on PAE ?
@ 2007-01-10 14:40 James Morris
  2007-01-10 14:52 ` James Morris
  2007-01-10 21:54 ` Zachary Amsden
  0 siblings, 2 replies; 5+ messages in thread
From: James Morris @ 2007-01-10 14:40 UTC (permalink / raw)
  To: virtualization

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).


- James
-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-11  2:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-10 14:40 APIC clock setup dependent on PAE ? James Morris
2007-01-10 14:52 ` James Morris
2007-01-10 21:54 ` Zachary Amsden
2007-01-11  0:14   ` James Morris
2007-01-11  2:01     ` Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).