@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Local APIC handling, local APIC timers
|
* Local APIC handling, local APIC timers
|
||||||
*
|
*
|
||||||
* (c) 1999, 2000 Ingo Molnar <mingo@redhat.com>
|
* (c) 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com>
|
||||||
*
|
*
|
||||||
* Fixes
|
* Fixes
|
||||||
* Maciej W. Rozycki : Bits for genuine 82489DX APICs;
|
* Maciej W. Rozycki : Bits for genuine 82489DX APICs;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Intel IO-APIC support for multi-Pentium hosts.
|
* Intel IO-APIC support for multi-Pentium hosts.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo
|
* Copyright (C) 1997, 1998, 1999, 2000, 2009 Ingo Molnar, Hajnalka Szabo
|
||||||
*
|
*
|
||||||
* Many thanks to Stig Venaas for trying out countless experimental
|
* Many thanks to Stig Venaas for trying out countless experimental
|
||||||
* patches and reporting/debugging problems patiently!
|
* patches and reporting/debugging problems patiently!
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* compliant MP-table parsing routines.
|
* compliant MP-table parsing routines.
|
||||||
*
|
*
|
||||||
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
||||||
* (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>
|
* (c) 1998, 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com>
|
||||||
* (c) 2008 Alexey Starikovskiy <astarikovskiy@suse.de>
|
* (c) 2008 Alexey Starikovskiy <astarikovskiy@suse.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* Intel SMP support routines.
|
* Intel SMP support routines.
|
||||||
*
|
*
|
||||||
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
||||||
* (c) 1998-99, 2000 Ingo Molnar <mingo@redhat.com>
|
* (c) 1998-99, 2000, 2009 Ingo Molnar <mingo@redhat.com>
|
||||||
* (c) 2002,2003 Andi Kleen, SuSE Labs.
|
* (c) 2002,2003 Andi Kleen, SuSE Labs.
|
||||||
*
|
*
|
||||||
* i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
|
* i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* x86 SMP booting functions
|
* x86 SMP booting functions
|
||||||
*
|
*
|
||||||
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
* (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk>
|
||||||
* (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>
|
* (c) 1998, 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com>
|
||||||
* Copyright 2001 Andi Kleen, SuSE Labs.
|
* Copyright 2001 Andi Kleen, SuSE Labs.
|
||||||
*
|
*
|
||||||
* Much of the core SMP work is based on previous work by Thomas Radke, to
|
* Much of the core SMP work is based on previous work by Thomas Radke, to
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Stack trace management functions
|
* Stack trace management functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
|
* Copyright (C) 2006-2009 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
|
||||||
*/
|
*/
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/stacktrace.h>
|
#include <linux/stacktrace.h>
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
* Based on code by Ingo Molnar and Andi Kleen, copyrighted
|
* Based on code by Ingo Molnar and Andi Kleen, copyrighted
|
||||||
* as follows:
|
* as follows:
|
||||||
*
|
*
|
||||||
* Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
|
* Copyright 2003-2009 Red Hat Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Copyright 2005 Andi Kleen, SUSE Labs.
|
* Copyright 2005 Andi Kleen, SUSE Labs.
|
||||||
* Copyright 2007 Jiri Kosina, SUSE Labs.
|
* Copyright 2007 Jiri Kosina, SUSE Labs.
|
||||||
|
Reference in New Issue
Block a user