Displaying 2 results from an estimated 2 matches for "restart_hz_tim".
Did you mean:
restart_hz_timer
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...<mach_apic.h>
#include <mach_ipi.h>
#include <mach_apictimer.h>
+#include <mach_idletimer.h>
#include "io_ports.h"
@@ -1193,6 +1194,7 @@ fastcall void smp_apic_timer_interrupt(s
* interrupt lock, which is the WrongThing (tm) to do.
*/
irq_enter();
+ restart_hz_timer(regs);
smp_local_timer_interrupt(regs);
irq_exit();
}
@@ -1242,6 +1244,7 @@ fastcall void smp_spurious_interrupt(str
unsigned long v;
irq_enter();
+ restart_hz_timer(regs);
/*
* Check if this really is a spurious interrupt and ACK it
* if it is a vectored one. Just in case......
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...<mach_apic.h>
#include <mach_ipi.h>
#include <mach_apictimer.h>
+#include <mach_idletimer.h>
#include "io_ports.h"
@@ -1193,6 +1194,7 @@ fastcall void smp_apic_timer_interrupt(s
* interrupt lock, which is the WrongThing (tm) to do.
*/
irq_enter();
+ restart_hz_timer(regs);
smp_local_timer_interrupt(regs);
irq_exit();
}
@@ -1242,6 +1244,7 @@ fastcall void smp_spurious_interrupt(str
unsigned long v;
irq_enter();
+ restart_hz_timer(regs);
/*
* Check if this really is a spurious interrupt and ACK it
* if it is a vectored one. Just in case......