Commit cf9b111c170733dde39139e8989b676ec8b81573
Committed by
Ingo Molnar
1 parent
a7d5ac87b2
Exists in
master
and in
7 other branches
x86: remove pointless comments
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>
Showing 37 changed files with 0 additions and 71 deletions Side-by-side Diff
- arch/x86/boot/a20.c
- arch/x86/boot/apm.c
- arch/x86/boot/bitops.h
- arch/x86/boot/boot.h
- arch/x86/boot/cmdline.c
- arch/x86/boot/copy.S
- arch/x86/boot/cpucheck.c
- arch/x86/boot/edd.c
- arch/x86/boot/install.sh
- arch/x86/boot/main.c
- arch/x86/boot/mca.c
- arch/x86/boot/memory.c
- arch/x86/boot/pm.c
- arch/x86/boot/pmjump.S
- arch/x86/boot/printf.c
- arch/x86/boot/string.c
- arch/x86/boot/tty.c
- arch/x86/boot/version.c
- arch/x86/boot/video-bios.c
- arch/x86/boot/video-vesa.c
- arch/x86/boot/video-vga.c
- arch/x86/boot/video.c
- arch/x86/boot/video.h
- arch/x86/boot/voyager.c
- arch/x86/kernel/acpi/cstate.c
- arch/x86/kernel/acpi/processor.c
- arch/x86/kernel/cpu/mcheck/therm_throt.c
- arch/x86/kernel/entry_32.S
- arch/x86/kernel/head_32.S
- arch/x86/mach-visws/visws_apic.c
- arch/x86/mach-voyager/voyager_basic.c
- arch/x86/mach-voyager/voyager_cat.c
- arch/x86/mach-voyager/voyager_smp.c
- arch/x86/mach-voyager/voyager_thread.c
- arch/x86/mm/init_32.c
- arch/x86/mm/pgtable_32.c
- arch/x86/video/fbdev.c
arch/x86/boot/a20.c
arch/x86/boot/apm.c
arch/x86/boot/bitops.h
arch/x86/boot/boot.h
arch/x86/boot/cmdline.c
arch/x86/boot/copy.S
arch/x86/boot/cpucheck.c
... | ... | @@ -9,8 +9,6 @@ |
9 | 9 | * ----------------------------------------------------------------------- */ |
10 | 10 | |
11 | 11 | /* |
12 | - * arch/i386/boot/cpucheck.c | |
13 | - * | |
14 | 12 | * Check for obligatory CPU features and abort if the features are not |
15 | 13 | * present. This code should be compilable as 16-, 32- or 64-bit |
16 | 14 | * code, so be very careful with types and inline assembly. |
arch/x86/boot/edd.c
arch/x86/boot/install.sh
arch/x86/boot/main.c
arch/x86/boot/mca.c
arch/x86/boot/memory.c
arch/x86/boot/pm.c
arch/x86/boot/pmjump.S
arch/x86/boot/printf.c
... | ... | @@ -9,8 +9,6 @@ |
9 | 9 | * ----------------------------------------------------------------------- */ |
10 | 10 | |
11 | 11 | /* |
12 | - * arch/i386/boot/printf.c | |
13 | - * | |
14 | 12 | * Oh, it's a waste of space, but oh-so-yummy for debugging. This |
15 | 13 | * version of printf() does not include 64-bit support. "Live with |
16 | 14 | * it." |
arch/x86/boot/string.c
arch/x86/boot/tty.c
arch/x86/boot/version.c
arch/x86/boot/video-bios.c
arch/x86/boot/video-vesa.c
arch/x86/boot/video-vga.c
arch/x86/boot/video.c
arch/x86/boot/video.h
arch/x86/boot/voyager.c
arch/x86/kernel/acpi/cstate.c
arch/x86/kernel/acpi/processor.c
arch/x86/kernel/cpu/mcheck/therm_throt.c
arch/x86/kernel/entry_32.S
arch/x86/kernel/head_32.S
arch/x86/mach-visws/visws_apic.c
arch/x86/mach-voyager/voyager_basic.c
arch/x86/mach-voyager/voyager_cat.c
arch/x86/mach-voyager/voyager_smp.c
arch/x86/mach-voyager/voyager_thread.c
... | ... | @@ -4,8 +4,6 @@ |
4 | 4 | * |
5 | 5 | * Author: J.E.J.Bottomley@HansenPartnership.com |
6 | 6 | * |
7 | - * linux/arch/i386/kernel/voyager_thread.c | |
8 | - * | |
9 | 7 | * This module provides the machine status monitor thread for the |
10 | 8 | * voyager architecture. This allows us to monitor the machine |
11 | 9 | * environment (temp, voltage, fan function) and the front panel and |
arch/x86/mm/init_32.c
arch/x86/mm/pgtable_32.c