* I/O-APIC not enabled in 2.4.19-pre8 on UP machines
@ 2002-05-19 11:11 Peter Osterlund
2002-05-20 7:44 ` Andrey Nekrasov
2002-05-20 22:27 ` Marcelo Tosatti
0 siblings, 2 replies; 3+ messages in thread
From: Peter Osterlund @ 2002-05-19 11:11 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: Linux Kernel, hch
It looks like I/O-APIC setup was accidentally disabled in 2.4.19-pre7
for UP machines.
Here is a patch to fix it:
--- linux/arch/i386/kernel/io_apic.c.orig Sun May 19 12:58:40 2002
+++ linux/arch/i386/kernel/io_apic.c Sun May 19 12:58:24 2002
@@ -191,11 +191,7 @@
#define MAX_PIRQS 8
int pirq_entries [MAX_PIRQS];
int pirqs_enabled;
-#ifdef CONFIG_X86_UP_APIC
-int skip_ioapic_setup=1;
-#else
-int skip_ioapic_setup=0;
-#endif
+int skip_ioapic_setup;
static int __init noioapic_setup(char *str)
{
--
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: I/O-APIC not enabled in 2.4.19-pre8 on UP machines
2002-05-19 11:11 I/O-APIC not enabled in 2.4.19-pre8 on UP machines Peter Osterlund
@ 2002-05-20 7:44 ` Andrey Nekrasov
2002-05-20 22:27 ` Marcelo Tosatti
1 sibling, 0 replies; 3+ messages in thread
From: Andrey Nekrasov @ 2002-05-20 7:44 UTC (permalink / raw)
To: Peter Osterlund; +Cc: Marcelo Tosatti, Linux Kernel, hch
Hello Peter Osterlund,
Many thanks. The problem with AIC drivers has disappeared. An Intel appeared not
and, L440GX AIC again works on one processor.
Once you wrote about "I/O-APIC not enabled in 2.4.19-pre8 on UP machines":
> It looks like I/O-APIC setup was accidentally disabled in 2.4.19-pre7
> for UP machines.
>
> Here is a patch to fix it:
>
> --- linux/arch/i386/kernel/io_apic.c.orig Sun May 19 12:58:40 2002
> +++ linux/arch/i386/kernel/io_apic.c Sun May 19 12:58:24 2002
> @@ -191,11 +191,7 @@
> #define MAX_PIRQS 8
> int pirq_entries [MAX_PIRQS];
> int pirqs_enabled;
> -#ifdef CONFIG_X86_UP_APIC
> -int skip_ioapic_setup=1;
> -#else
> -int skip_ioapic_setup=0;
> -#endif
> +int skip_ioapic_setup;
>
> static int __init noioapic_setup(char *str)
> {
>
> --
> Peter Osterlund - petero2@telia.com
> http://w1.894.telia.com/~u89404340
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
bye.
Andrey Nekrasov, SpyLOG.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: I/O-APIC not enabled in 2.4.19-pre8 on UP machines
2002-05-19 11:11 I/O-APIC not enabled in 2.4.19-pre8 on UP machines Peter Osterlund
2002-05-20 7:44 ` Andrey Nekrasov
@ 2002-05-20 22:27 ` Marcelo Tosatti
1 sibling, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2002-05-20 22:27 UTC (permalink / raw)
To: Peter Osterlund; +Cc: Linux Kernel, hch
Its already applied in my tree.
Thanks
On 19 May 2002, Peter Osterlund wrote:
> It looks like I/O-APIC setup was accidentally disabled in 2.4.19-pre7
> for UP machines.
>
> Here is a patch to fix it:
>
> --- linux/arch/i386/kernel/io_apic.c.orig Sun May 19 12:58:40 2002
> +++ linux/arch/i386/kernel/io_apic.c Sun May 19 12:58:24 2002
> @@ -191,11 +191,7 @@
> #define MAX_PIRQS 8
> int pirq_entries [MAX_PIRQS];
> int pirqs_enabled;
> -#ifdef CONFIG_X86_UP_APIC
> -int skip_ioapic_setup=1;
> -#else
> -int skip_ioapic_setup=0;
> -#endif
> +int skip_ioapic_setup;
>
> static int __init noioapic_setup(char *str)
> {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-20 23:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-19 11:11 I/O-APIC not enabled in 2.4.19-pre8 on UP machines Peter Osterlund
2002-05-20 7:44 ` Andrey Nekrasov
2002-05-20 22:27 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox