> Files 'nmi.c' from both archs don't match, obviously. But lets see, how.
nmi.c for x86-64 only aims to support new hardware and is thus a somewhat
cleaner version of the i386 version. Also there are some differences how
it interfaces with the rest of the port.
> -+ if (nmi_watchdog == NMI_DEFAULT) {
> -+ if (nmi_known_cpu() > 0)
> -+ nmi_watchdog = NMI_LOCAL_APIC;
> -+ else
> -+ nmi_watchdog = NMI_IO_APIC;
> -+ }
> ++ /* if nmi_watchdog is not set yet, then set it */
> ++ nmi_watchdog_default();
>
> i don't know about nmi, but please drop a word why this is different in both files;
They've involving independently and not all changes are added to both.
In this case it was a x86-64 specific cleanup.
> Maybe this must be one file for both archs ?
No.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]