[PATCH 2/2] lguest update for mm: disable tsc, don't set PGE bit

2007-05-17 Thread Rusty Russell
Lguest guests don't use the TSC, and so we must disable it otherwise sched-clock.c barfs. Also, we no longer need to explicitly set the PGE feature bit: cpu_detect->cpuid->lguest_cpuid does that for us now that cpu_detect uses paravirt_ops (IIRC it used to do a direct cpuid from assembler).

[PATCH 2/2] lguest update for mm: disable tsc, don't set PGE bit

2007-05-17 Thread Rusty Russell
Lguest guests don't use the TSC, and so we must disable it otherwise sched-clock.c barfs. Also, we no longer need to explicitly set the PGE feature bit: cpu_detect-cpuid-lguest_cpuid does that for us now that cpu_detect uses paravirt_ops (IIRC it used to do a direct cpuid from assembler).