Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c6fe26 authored by Alan Cox's avatar Alan Cox Committed by Ingo Molnar
Browse files

x86: update Alan Cox's email addresses



Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7aed55d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -160,9 +160,9 @@
 *         Work around byte swap bug in one of the Vaio's BIOS's
 *         (Marc Boucher <marc@mbsi.ca>).
 *         Exposed the disable flag to dmi so that we can handle known
 *         broken APM (Alan Cox <alan@redhat.com>).
 *         broken APM (Alan Cox <alan@lxorguk.ukuu.org.uk>).
 *   1.14ac: If the BIOS says "I slowed the CPU down" then don't spin
 *         calling it - instead idle. (Alan Cox <alan@redhat.com>)
 *         calling it - instead idle. (Alan Cox <alan@lxorguk.ukuu.org.uk>)
 *         If an APM idle fails log it and idle sensibly
 *   1.15: Don't queue events to clients who open the device O_WRONLY.
 *         Don't expect replies from clients who open the device O_RDONLY.
+1 −1
Original line number Diff line number Diff line
/*
 * mce.c - x86 Machine Check Exception Reporting
 * (c) 2002 Alan Cox <alan@redhat.com>, Dave Jones <davej@redhat.com>
 * (c) 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>, Dave Jones <davej@redhat.com>
 */

#include <linux/init.h>
+1 −1
Original line number Diff line number Diff line
/*
 * P5 specific Machine Check Exception Reporting
 * (C) Copyright 2002 Alan Cox <alan@redhat.com>
 * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>
 */

#include <linux/init.h>
+1 −1
Original line number Diff line number Diff line
/*
 * P6 specific Machine Check Exception Reporting
 * (C) Copyright 2002 Alan Cox <alan@redhat.com>
 * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>
 */

#include <linux/init.h>
+1 −1
Original line number Diff line number Diff line
/*
 * IDT Winchip specific Machine Check Exception Reporting
 * (C) Copyright 2002 Alan Cox <alan@redhat.com>
 * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk>
 */

#include <linux/init.h>
Loading