apic_timer_x

- set the apic_timer_x factor variable to slowdown apic timer in
  virtual machines
This commit is contained in:
Tomas Hruby
2010-09-16 07:18:47 +00:00
parent 159ca9c8c7
commit 72cc01ff48
3 changed files with 8 additions and 2 deletions

View File

@@ -93,6 +93,11 @@ PUBLIC void cstart(
config_no_apic = atoi(value);
else
config_no_apic = 1;
value = env_get("apic_timer_x");
if(value)
config_apic_timer_x = atoi(value);
else
config_apic_timer_x = 1;
#endif
#ifdef CONFIG_WATCHDOG