Author: uwe Date: 2007-06-26 15:46:57 +0200 (Tue, 26 Jun 2007) New Revision: 367
Modified: LinuxBIOSv3/HACKING LinuxBIOSv3/include/arch/x86/cpu.h Log: Document the origins of include/arch/x86/cpu.h (trivial).
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: LinuxBIOSv3/HACKING =================================================================== --- LinuxBIOSv3/HACKING 2007-06-26 11:55:06 UTC (rev 366) +++ LinuxBIOSv3/HACKING 2007-06-26 13:46:57 UTC (rev 367) @@ -90,6 +90,11 @@ Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 Current version we use: e2afe67453e5b1499459ee3596b1e7924a5208f5
+* include/arch/x86/cpu.h: GPLv2 + Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 + Files: include/asm-i386/processor.h, arch/i386/kernel/cpu/mtrr/state.c + Current version we use: ? + * include/arch/x86/swab.h: GPLv2 Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 Current version we use: ?
Modified: LinuxBIOSv3/include/arch/x86/cpu.h =================================================================== --- LinuxBIOSv3/include/arch/x86/cpu.h 2007-06-26 11:55:06 UTC (rev 366) +++ LinuxBIOSv3/include/arch/x86/cpu.h 2007-06-26 13:46:57 UTC (rev 367) @@ -1,19 +1,16 @@ /* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * This file is part of the LinuxBIOS project. + * + * It is based on the Linux kernel files include/asm-i386/processor.h + * and arch/i386/kernel/cpu/mtrr/state.c. + * + * Modifications are: + * Copyright (C) 2004 Linux Networx + * (Written by Eric Biederman ebiederman@lnxi.com for Linux Networx) + * Copyright (C) 2007 AMD + * (Written by Yinghai Lu yinghailu@amd.com for AMD) + * Copyright (C) 2007 Ronald G. Minnich rminnich@gmail.com */ -/* This code taken from LinuxBIOS v2, which was taken from Linux */
#ifndef ARCH_X86_CPU_H #define ARCH_X86_CPU_H @@ -191,5 +188,4 @@ wbinvd(); }
- #endif /* ARCH_X86_CPU_H */