On 2001.01.13 Manfred Spraul wrote:
> 
> Please:
> * apply the attached patch.
> --
>       Manfred
> --- linux/arch/i386/kernel/apic.c     Tue Dec  5 21:43:48 2000
> +++ linux/arch/i386/kernel/apic.c.new Sat Jan 13 15:54:56 2001
> @@ -270,7 +270,7 @@
>        *   PCI Ne2000 networking cards and PII/PIII processors, dual
>        *   BX chipset. ]
>        */
> -#if 0
> +#if 1
>       /* Enable focus processor (bit==0) */
>       value &= ~(1<<9);
>  #else
> 

In my 2.4.0-ac9, that code goes to line 315 and looks like:

     *   BX chipset. ]
     */
#if 0
    /* Enable focus processor (bit==0) */
    value &= ~APIC_SPIV_FOCUS_DISABLED;
#else
    /* Disable focus processor (bit==1) */
    value |= APIC_SPIV_FOCUS_DISABLED;
#endif
    /*
     * Set spurious IRQ vector

-- 
J.A. Magallon                                                      $> cd pub
mailto:[EMAIL PROTECTED]                                          $> more beer

Linux werewolf 2.4.0-ac8 #1 SMP Fri Jan 12 18:02:50 CET 2001 i686

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to