x86: update Alan Cox's email addresses

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Alan Cox and committed by
Ingo Molnar
87c6fe26 7aed55d1

+9 -9
+2 -2
arch/x86/kernel/apm_32.c
··· 160 * Work around byte swap bug in one of the Vaio's BIOS's 161 * (Marc Boucher <marc@mbsi.ca>). 162 * Exposed the disable flag to dmi so that we can handle known 163 - * broken APM (Alan Cox <alan@redhat.com>). 164 * 1.14ac: If the BIOS says "I slowed the CPU down" then don't spin 165 - * calling it - instead idle. (Alan Cox <alan@redhat.com>) 166 * If an APM idle fails log it and idle sensibly 167 * 1.15: Don't queue events to clients who open the device O_WRONLY. 168 * Don't expect replies from clients who open the device O_RDONLY.
··· 160 * Work around byte swap bug in one of the Vaio's BIOS's 161 * (Marc Boucher <marc@mbsi.ca>). 162 * Exposed the disable flag to dmi so that we can handle known 163 + * broken APM (Alan Cox <alan@lxorguk.ukuu.org.uk>). 164 * 1.14ac: If the BIOS says "I slowed the CPU down" then don't spin 165 + * calling it - instead idle. (Alan Cox <alan@lxorguk.ukuu.org.uk>) 166 * If an APM idle fails log it and idle sensibly 167 * 1.15: Don't queue events to clients who open the device O_WRONLY. 168 * Don't expect replies from clients who open the device O_RDONLY.
+1 -1
arch/x86/kernel/cpu/mcheck/mce_32.c
··· 1 /* 2 * mce.c - x86 Machine Check Exception Reporting 3 - * (c) 2002 Alan Cox <alan@redhat.com>, Dave Jones <davej@redhat.com> 4 */ 5 6 #include <linux/init.h>
··· 1 /* 2 * mce.c - x86 Machine Check Exception Reporting 3 + * (c) 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>, Dave Jones <davej@redhat.com> 4 */ 5 6 #include <linux/init.h>
+1 -1
arch/x86/kernel/cpu/mcheck/p5.c
··· 1 /* 2 * P5 specific Machine Check Exception Reporting 3 - * (C) Copyright 2002 Alan Cox <alan@redhat.com> 4 */ 5 6 #include <linux/init.h>
··· 1 /* 2 * P5 specific Machine Check Exception Reporting 3 + * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk> 4 */ 5 6 #include <linux/init.h>
+1 -1
arch/x86/kernel/cpu/mcheck/p6.c
··· 1 /* 2 * P6 specific Machine Check Exception Reporting 3 - * (C) Copyright 2002 Alan Cox <alan@redhat.com> 4 */ 5 6 #include <linux/init.h>
··· 1 /* 2 * P6 specific Machine Check Exception Reporting 3 + * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk> 4 */ 5 6 #include <linux/init.h>
+1 -1
arch/x86/kernel/cpu/mcheck/winchip.c
··· 1 /* 2 * IDT Winchip specific Machine Check Exception Reporting 3 - * (C) Copyright 2002 Alan Cox <alan@redhat.com> 4 */ 5 6 #include <linux/init.h>
··· 1 /* 2 * IDT Winchip specific Machine Check Exception Reporting 3 + * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk> 4 */ 5 6 #include <linux/init.h>
+1 -1
arch/x86/kernel/mpparse.c
··· 2 * Intel Multiprocessor Specification 1.1 and 1.4 3 * compliant MP-table parsing routines. 4 * 5 - * (c) 1995 Alan Cox, Building #3 <alan@redhat.com> 6 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com> 7 * (c) 2008 Alexey Starikovskiy <astarikovskiy@suse.de> 8 */
··· 2 * Intel Multiprocessor Specification 1.1 and 1.4 3 * compliant MP-table parsing routines. 4 * 5 + * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk> 6 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com> 7 * (c) 2008 Alexey Starikovskiy <astarikovskiy@suse.de> 8 */
+1 -1
arch/x86/kernel/smp.c
··· 1 /* 2 * Intel SMP support routines. 3 * 4 - * (c) 1995 Alan Cox, Building #3 <alan@redhat.com> 5 * (c) 1998-99, 2000 Ingo Molnar <mingo@redhat.com> 6 * (c) 2002,2003 Andi Kleen, SuSE Labs. 7 *
··· 1 /* 2 * Intel SMP support routines. 3 * 4 + * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk> 5 * (c) 1998-99, 2000 Ingo Molnar <mingo@redhat.com> 6 * (c) 2002,2003 Andi Kleen, SuSE Labs. 7 *
+1 -1
arch/x86/kernel/smpboot.c
··· 1 /* 2 * x86 SMP booting functions 3 * 4 - * (c) 1995 Alan Cox, Building #3 <alan@redhat.com> 5 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com> 6 * Copyright 2001 Andi Kleen, SuSE Labs. 7 *
··· 1 /* 2 * x86 SMP booting functions 3 * 4 + * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk> 5 * (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com> 6 * Copyright 2001 Andi Kleen, SuSE Labs. 7 *