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