···160160 * Work around byte swap bug in one of the Vaio's BIOS's161161 * (Marc Boucher <marc@mbsi.ca>).162162 * Exposed the disable flag to dmi so that we can handle known163163- * broken APM (Alan Cox <alan@redhat.com>).163163+ * broken APM (Alan Cox <alan@lxorguk.ukuu.org.uk>).164164 * 1.14ac: If the BIOS says "I slowed the CPU down" then don't spin165165- * calling it - instead idle. (Alan Cox <alan@redhat.com>)165165+ * calling it - instead idle. (Alan Cox <alan@lxorguk.ukuu.org.uk>)166166 * If an APM idle fails log it and idle sensibly167167 * 1.15: Don't queue events to clients who open the device O_WRONLY.168168 * Don't expect replies from clients who open the device O_RDONLY.
+1-1
arch/x86/kernel/cpu/mcheck/mce_32.c
···11/*22 * mce.c - x86 Machine Check Exception Reporting33- * (c) 2002 Alan Cox <alan@redhat.com>, Dave Jones <davej@redhat.com>33+ * (c) 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>, Dave Jones <davej@redhat.com>44 */5566#include <linux/init.h>
+1-1
arch/x86/kernel/cpu/mcheck/p5.c
···11/*22 * P5 specific Machine Check Exception Reporting33- * (C) Copyright 2002 Alan Cox <alan@redhat.com>33+ * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>44 */5566#include <linux/init.h>
+1-1
arch/x86/kernel/cpu/mcheck/p6.c
···11/*22 * P6 specific Machine Check Exception Reporting33- * (C) Copyright 2002 Alan Cox <alan@redhat.com>33+ * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>44 */5566#include <linux/init.h>
+1-1
arch/x86/kernel/cpu/mcheck/winchip.c
···11/*22 * IDT Winchip specific Machine Check Exception Reporting33- * (C) Copyright 2002 Alan Cox <alan@redhat.com>33+ * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>44 */5566#include <linux/init.h>
+1-1
arch/x86/kernel/mpparse.c
···22 * Intel Multiprocessor Specification 1.1 and 1.433 * compliant MP-table parsing routines.44 *55- * (c) 1995 Alan Cox, Building #3 <alan@redhat.com>55+ * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>66 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>77 * (c) 2008 Alexey Starikovskiy <astarikovskiy@suse.de>88 */
+1-1
arch/x86/kernel/smp.c
···11/*22 * Intel SMP support routines.33 *44- * (c) 1995 Alan Cox, Building #3 <alan@redhat.com>44+ * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>55 * (c) 1998-99, 2000 Ingo Molnar <mingo@redhat.com>66 * (c) 2002,2003 Andi Kleen, SuSE Labs.77 *
+1-1
arch/x86/kernel/smpboot.c
···11/*22 * x86 SMP booting functions33 *44- * (c) 1995 Alan Cox, Building #3 <alan@redhat.com>44+ * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>55 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>66 * Copyright 2001 Andi Kleen, SuSE Labs.77 *