You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Delete filenames in comments.
Since the x86 merge, lots of files that referenced their own filenames are no longer correct. Rather than keep them up to date, just delete them, as they add no real value. Additionally: - fix up comment formatting in scx200_32.c - Remove a credit from myself in setup_64.c from a time when we had no SCM - remove longwinded history from tsc_32.c which can be figured out from git. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
23ec23c2d3
commit
835c34a168
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* arch/x86_64/kernel/bugs.c
|
||||
*
|
||||
* Copyright (C) 1994 Linus Torvalds
|
||||
* Copyright (C) 2000 SuSE
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* arch/i386/cpu/bugs.c
|
||||
*
|
||||
* Copyright (C) 1994 Linus Torvalds
|
||||
*
|
||||
* Cyrix stuff, June 1998 by:
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* cpuid.c
|
||||
*
|
||||
* x86 CPUID access device
|
||||
*
|
||||
* This device is accessed by lseek() to the appropriate CPUID level
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* kernel/crash_dump.c - Memory preserving reboot related code.
|
||||
* Memory preserving reboot related code.
|
||||
*
|
||||
* Created by: Hariprasad Nellitheertha (hari@in.ibm.com)
|
||||
* Copyright (C) IBM Corporation, 2004. All rights reserved
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* kernel/crash_dump.c - Memory preserving reboot related code.
|
||||
* Memory preserving reboot related code.
|
||||
*
|
||||
* Created by: Hariprasad Nellitheertha (hari@in.ibm.com)
|
||||
* Copyright (C) IBM Corporation, 2004. All rights reserved
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/x86_64/kernel/head64.c -- prepare to run common code
|
||||
* prepare to run common code
|
||||
*
|
||||
* Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/i386/kernel/i387.c
|
||||
*
|
||||
* Copyright (C) 1994 Linus Torvalds
|
||||
*
|
||||
* Pentium III FXSR, SSE support
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/x86_64/kernel/i387.c
|
||||
*
|
||||
* Copyright (C) 1994 Linus Torvalds
|
||||
* Copyright (C) 2002 Andi Kleen, SuSE Labs
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* i8237.c: 8237A DMA controller suspend functions.
|
||||
* 8237A DMA controller suspend functions.
|
||||
*
|
||||
* Written by Pierre Ossman, 2005.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* i8253.c 8253/PIT functions
|
||||
* 8253/PIT functions
|
||||
*
|
||||
*/
|
||||
#include <linux/clockchips.h>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/i386/kernel/ioport.c
|
||||
*
|
||||
* This contains the io-permission bitmap code - written by obz, with changes
|
||||
* by Linus.
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/x86_64/kernel/ioport.c
|
||||
*
|
||||
* This contains the io-permission bitmap code - written by obz, with changes
|
||||
* by Linus.
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/i386/kernel/irq.c
|
||||
*
|
||||
* Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
|
||||
*
|
||||
* This file contains the lowest level x86-specific interrupt
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/x86_64/kernel/irq.c
|
||||
*
|
||||
* Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
|
||||
*
|
||||
* This file contains the lowest level x86_64-specific interrupt
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/*
|
||||
* Kernel Probes (KProbes)
|
||||
* arch/i386/kernel/kprobes.c
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/*
|
||||
* Kernel Probes (KProbes)
|
||||
* arch/x86_64/kernel/kprobes.c
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/i386/kernel/ldt.c
|
||||
*
|
||||
* Copyright (C) 1992 Krishna Balasubramanian and Linus Torvalds
|
||||
* Copyright (C) 1999 Ingo Molnar <mingo@redhat.com>
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/x86_64/kernel/ldt.c
|
||||
*
|
||||
* Copyright (C) 1992 Krishna Balasubramanian and Linus Torvalds
|
||||
* Copyright (C) 1999 Ingo Molnar <mingo@redhat.com>
|
||||
* Copyright (C) 2002 Andi Kleen
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* machine_kexec.c - handle transition of Linux booting another kernel
|
||||
* handle transition of Linux booting another kernel
|
||||
* Copyright (C) 2002-2005 Eric Biederman <ebiederm@xmission.com>
|
||||
*
|
||||
* This source code is licensed under the GNU General Public License,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* machine_kexec.c - handle transition of Linux booting another kernel
|
||||
* handle transition of Linux booting another kernel
|
||||
* Copyright (C) 2002-2005 Eric Biederman <ebiederm@xmission.com>
|
||||
*
|
||||
* This source code is licensed under the GNU General Public License,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user