search for: notimercheck

Displaying 6 results from an estimated 6 matches for "notimercheck".

Did you mean: no_timer_check
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The VMI timer code uses this to avoid triggering the pester Mingo code, which probes for some very unusual and broken motherboard routings. It fires 100% of the time when using a paravirtual delay mechanism instead of using a realtime delay, since there is no elapsed real time, and the 4 timer IRQs have not yet been delivered.
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The VMI timer code uses this to avoid triggering the pester Mingo code, which probes for some very unusual and broken motherboard routings. It fires 100% of the time when using a paravirtual delay mechanism instead of using a realtime delay, since there is no elapsed real time, and the 4 timer IRQs have not yet been delivered.
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...:06 2006 -0800 +++ b/arch/i386/kernel/io_apic.c Tue Dec 12 13:51:13 2006 -0800 @@ -1914,7 +1914,7 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif -static int no_timer_check __initdata; +int no_timer_check __initdata; static int __init notimercheck(char *s) { diff -r d8711b11c1eb arch/i386/kernel/setup.c --- a/arch/i386/kernel/setup.c Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/setup.c Tue Dec 12 13:51:13 2006 -0800 @@ -60,6 +60,7 @@ #include <asm/io_apic.h> #include <asm/ist.h> #include <asm/io.h> +#include &l...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...:06 2006 -0800 +++ b/arch/i386/kernel/io_apic.c Tue Dec 12 13:51:13 2006 -0800 @@ -1914,7 +1914,7 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif -static int no_timer_check __initdata; +int no_timer_check __initdata; static int __init notimercheck(char *s) { diff -r d8711b11c1eb arch/i386/kernel/setup.c --- a/arch/i386/kernel/setup.c Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/setup.c Tue Dec 12 13:51:13 2006 -0800 @@ -60,6 +60,7 @@ #include <asm/io_apic.h> #include <asm/ist.h> #include <asm/io.h> +#include &l...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...:06 2006 -0800 +++ b/arch/i386/kernel/io_apic.c Tue Dec 12 13:51:13 2006 -0800 @@ -1914,7 +1914,7 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif -static int no_timer_check __initdata; +int no_timer_check __initdata; static int __init notimercheck(char *s) { diff -r d8711b11c1eb arch/i386/kernel/setup.c --- a/arch/i386/kernel/setup.c Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/setup.c Tue Dec 12 13:51:13 2006 -0800 @@ -60,6 +60,7 @@ #include <asm/io_apic.h> #include <asm/ist.h> #include <asm/io.h> +#include &l...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...:06 2006 -0800 +++ b/arch/i386/kernel/io_apic.c Tue Dec 12 13:51:13 2006 -0800 @@ -1914,7 +1914,7 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif -static int no_timer_check __initdata; +int no_timer_check __initdata; static int __init notimercheck(char *s) { diff -r d8711b11c1eb arch/i386/kernel/setup.c --- a/arch/i386/kernel/setup.c Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/setup.c Tue Dec 12 13:51:13 2006 -0800 @@ -60,6 +60,7 @@ #include <asm/io_apic.h> #include <asm/ist.h> #include <asm/io.h> +#include &l...