Displaying 8 results from an estimated 8 matches for "setup_ioapic_ids_from".
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...[IA-32,APIC] Disables the code which tests for broken
+ timer IRQ sources.
noisapnp [ISAPNP] Disables ISA PnP code.
===================================================================
--- a/arch/i386/kernel/io_apic.c
+++ b/arch/i386/kernel/io_apic.c
@@ -1864,6 +1864,15 @@ static void __init setup_ioapic_ids_from
static void __init setup_ioapic_ids_from_mpc(void) { }
#endif
+int timer_irq_really_works __initdata;
+int __init irqtest_disable(char *str)
+{
+ timer_irq_really_works = 1;
+ return 1;
+}
+
+__setup("noirqtest", irqtest_disable);
+
/*
* There is a nasty bug in some older SMP board...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...[IA-32,APIC] Disables the code which tests for broken
+ timer IRQ sources.
noisapnp [ISAPNP] Disables ISA PnP code.
===================================================================
--- a/arch/i386/kernel/io_apic.c
+++ b/arch/i386/kernel/io_apic.c
@@ -1864,6 +1864,15 @@ static void __init setup_ioapic_ids_from
static void __init setup_ioapic_ids_from_mpc(void) { }
#endif
+int timer_irq_really_works __initdata;
+int __init irqtest_disable(char *str)
+{
+ timer_irq_really_works = 1;
+ return 1;
+}
+
+__setup("noirqtest", irqtest_disable);
+
/*
* There is a nasty bug in some older SMP board...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...:49:53.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/io_apic.c 2006-03-12 19:57:42.000000000 -0800
@@ -40,6 +40,7 @@
#include <asm/i8259.h>
#include <mach_apic.h>
+#include <mach_apictimer.h>
#include "io_ports.h"
@@ -1864,7 +1865,7 @@ static void __init setup_ioapic_ids_from
* - if this function detects that timer IRQs are defunct, then we fall
* back to ISA timer IRQs
*/
-static int __init timer_irq_works(void)
+int __init timer_irq_works(void)
{
unsigned long t1 = jiffies;
@@ -2285,7 +2286,7 @@ static inline void check_timer(void)
* Ok, does IRQ0 thr...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...:49:53.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/io_apic.c 2006-03-12 19:57:42.000000000 -0800
@@ -40,6 +40,7 @@
#include <asm/i8259.h>
#include <mach_apic.h>
+#include <mach_apictimer.h>
#include "io_ports.h"
@@ -1864,7 +1865,7 @@ static void __init setup_ioapic_ids_from
* - if this function detects that timer IRQs are defunct, then we fall
* back to ISA timer IRQs
*/
-static int __init timer_irq_works(void)
+int __init timer_irq_works(void)
{
unsigned long t1 = jiffies;
@@ -2285,7 +2286,7 @@ static inline void check_timer(void)
* Ok, does IRQ0 thr...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...-setup_pda:
+ENTRY(setup_pda)
/* get the PDA pointer */
movl start_pda, %eax
diff -r d8711b11c1eb arch/i386/kernel/io_apic.c
--- a/arch/i386/kernel/io_apic.c Tue Dec 12 13:51: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/ar...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...-setup_pda:
+ENTRY(setup_pda)
/* get the PDA pointer */
movl start_pda, %eax
diff -r d8711b11c1eb arch/i386/kernel/io_apic.c
--- a/arch/i386/kernel/io_apic.c Tue Dec 12 13:51: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/ar...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...-setup_pda:
+ENTRY(setup_pda)
/* get the PDA pointer */
movl start_pda, %eax
diff -r d8711b11c1eb arch/i386/kernel/io_apic.c
--- a/arch/i386/kernel/io_apic.c Tue Dec 12 13:51: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/ar...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...-setup_pda:
+ENTRY(setup_pda)
/* get the PDA pointer */
movl start_pda, %eax
diff -r d8711b11c1eb arch/i386/kernel/io_apic.c
--- a/arch/i386/kernel/io_apic.c Tue Dec 12 13:51: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/ar...