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
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>
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/a20.c
|
||||
*
|
||||
* Enable A20 gate (return -1 on failure)
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/apm.c
|
||||
*
|
||||
* Get APM BIOS information
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/bitops.h
|
||||
*
|
||||
* Very simple bitops for the boot code.
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/boot.h
|
||||
*
|
||||
* Header file for the real-mode kernel code
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/cmdline.c
|
||||
*
|
||||
* Simple command-line parser for early boot.
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/copy.S
|
||||
*
|
||||
* Memory copy routines
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/edd.c
|
||||
*
|
||||
* Get EDD BIOS disk information
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/main.c
|
||||
*
|
||||
* Main module for the real-mode kernel code
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/mca.c
|
||||
*
|
||||
* Get the MCA system description table
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/memory.c
|
||||
*
|
||||
* Memory detection code
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/pm.c
|
||||
*
|
||||
* Prepare the machine for transition to protected mode.
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/pmjump.S
|
||||
*
|
||||
* The actual transition into protected mode
|
||||
*/
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/string.c
|
||||
*
|
||||
* Very basic string functions
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/tty.c
|
||||
*
|
||||
* Very simple screen I/O
|
||||
* XXX: Probably should add very simple serial I/O?
|
||||
*/
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/version.c
|
||||
*
|
||||
* Kernel version string
|
||||
*/
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/video-bios.c
|
||||
*
|
||||
* Standard video BIOS modes
|
||||
*
|
||||
* We have two options for this; silent and scanned.
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* arch/i386/boot/video-vesa.c
|
||||
*
|
||||
* VESA text modes
|
||||
*/
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user