Skip to content

Commit

Permalink
x86: remove pointless comments
Browse files Browse the repository at this point in the history
Remove old comments that include the old arch/i386 directory.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
WANG Cong authored and Ingo Molnar committed Apr 19, 2008
1 parent a7d5ac8 commit cf9b111
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 71 deletions.
2 changes: 0 additions & 2 deletions arch/x86/boot/a20.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/a20.c
*
* Enable A20 gate (return -1 on failure)
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/apm.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/apm.c
*
* Get APM BIOS information
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/bitops.h
*
* Very simple bitops for the boot code.
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/boot.h
*
* Header file for the real-mode kernel code
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/cmdline.c
*
* Simple command-line parser for early boot.
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/copy.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/copy.S
*
* Memory copy routines
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/cpucheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/cpucheck.c
*
* Check for obligatory CPU features and abort if the features are not
* present. This code should be compilable as 16-, 32- or 64-bit
* code, so be very careful with types and inline assembly.
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/edd.c
*
* Get EDD BIOS disk information
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
#
# arch/i386/boot/install.sh
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/main.c
*
* Main module for the real-mode kernel code
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/mca.c
*
* Get the MCA system description table
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/memory.c
*
* Memory detection code
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/pm.c
*
* Prepare the machine for transition to protected mode.
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/pmjump.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/pmjump.S
*
* The actual transition into protected mode
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/printf.c
*
* Oh, it's a waste of space, but oh-so-yummy for debugging. This
* version of printf() does not include 64-bit support. "Live with
* it."
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/string.c
*
* Very basic string functions
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/tty.c
*
* Very simple screen I/O
* XXX: Probably should add very simple serial I/O?
*/
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/version.c
*
* Kernel version string
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/video-bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/video-bios.c
*
* Standard video BIOS modes
*
* We have two options for this; silent and scanned.
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/video-vesa.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/video-vesa.c
*
* VESA text modes
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/video-vga.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/video-vga.c
*
* Common all-VGA modes
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/video.c
*
* Select video mode
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/video.h
*
* Header file for the real-mode video probing code
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/boot/voyager.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/voyager.c
*
* Get the Voyager config information
*/

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/kernel/acpi/cstate.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* arch/i386/kernel/acpi/cstate.c
*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
* - Added _PDC for SMP C-states on Intel CPUs
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/kernel/acpi/processor.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* arch/i386/kernel/acpi/processor.c
*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
* - Added _PDC for platforms with Intel CPUs
Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/cpu/mcheck/therm_throt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* linux/arch/i386/kernel/cpu/mcheck/therm_throt.c
*
* Thermal throttle event support code (such as syslog messaging and rate
* limiting) that was factored out from x86_64 (mce_intel.c) and i386 (p4.c).
Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* linux/arch/i386/entry.S
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* linux/arch/i386/kernel/head.S -- the 32-bit startup code.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/mach-visws/visws_apic.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/arch/i386/mach-visws/visws_apic.c
*
* Copyright (C) 1999 Bent Hagemark, Ingo Molnar
*
* SGI Visual Workstation interrupt controller
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/mach-voyager/voyager_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
*
* Author: J.E.J.Bottomley@HansenPartnership.com
*
* linux/arch/i386/kernel/voyager.c
*
* This file contains all the voyager specific routines for getting
* initialisation of the architecture to function. For additional
* features see:
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/mach-voyager/voyager_cat.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Author: J.E.J.Bottomley@HansenPartnership.com
*
* linux/arch/i386/kernel/voyager_cat.c
*
* This file contains all the logic for manipulating the CAT bus
* in a level 5 machine.
*
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Author: J.E.J.Bottomley@HansenPartnership.com
*
* linux/arch/i386/kernel/voyager_smp.c
*
* This file provides all the same external entries as smp.c but uses
* the voyager hal to provide the functionality
*/
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/mach-voyager/voyager_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Author: J.E.J.Bottomley@HansenPartnership.com
*
* linux/arch/i386/kernel/voyager_thread.c
*
* This module provides the machine status monitor thread for the
* voyager architecture. This allows us to monitor the machine
* environment (temp, voltage, fan function) and the front panel and
Expand Down
1 change: 0 additions & 1 deletion arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* linux/arch/i386/mm/init.c
*
* Copyright (C) 1995 Linus Torvalds
*
Expand Down
4 changes: 0 additions & 4 deletions arch/x86/mm/pgtable_32.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* linux/arch/i386/mm/pgtable.c
*/

#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion arch/x86/video/fbdev.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* arch/i386/video/fbdev.c - i386 Framebuffer
*
* Copyright (C) 2007 Antonino Daplas <adaplas@gmail.com>
*
Expand Down

0 comments on commit cf9b111

Please sign in to comment.