[PATCH] Documentation fix for NMI watchdog

From: Andi Kleen (ak_at_suse.de)
Date: 07/30/04

  • Next message: Jesse Barnes: "Re: Exposing ROM's though sysfs"
    Date:	Fri, 30 Jul 2004 19:03:15 +0200
    To: akpm@osdl.org
    
    

    Sync nmi_watchdog.txt with reality on x86-64.

    diff -urpN -X ../KDIFX linux-2.6.8rc2-mm1/Documentation/nmi_watchdog.txt linux-2.6.8rc2-mm1-amd64/Documentation/nmi_watchdog.txt
    --- linux-2.6.8rc2-mm1/Documentation/nmi_watchdog.txt 2004-03-21 21:12:12.000000000 +0100
    +++ linux-2.6.8rc2-mm1-amd64/Documentation/nmi_watchdog.txt 2004-07-30 17:02:49.000000000 +0200
    @@ -58,6 +58,9 @@ NOTE: starting with 2.4.2-ac18 the NMI-o
     you have to enable it with a boot time parameter. Prior to 2.4.2-ac18
     the NMI-oopser is enabled unconditionally on x86 SMP boxes.
     
    +On x86-64 the NMI oopser is on by default. On 64bit Intel CPUs
    +it uses IO-APIC by default and on AMD it uses local APIC.
    +
     [ feel free to send bug reports, suggestions and patches to
       Ingo Molnar <mingo@redhat.com> or the Linux SMP mailing
       list at <linux-smp@vger.kernel.org> ]
    -
    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/


  • Next message: Jesse Barnes: "Re: Exposing ROM's though sysfs"