lkml.org 
[lkml]   [2002]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: I/O-APIC not enabled in 2.4.19-pre8 on UP machines

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)
> {

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.040 / U:0.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site