From ebc937de62c6d6eafa6c56a869bfd43e9081c865 Mon Sep 17 00:00:00 2001 From: Planet-Lab Support Date: Mon, 8 Aug 2005 21:12:12 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'after-ckrm_E17-mem-controller-port'. --- .cvsignore | 1 - Documentation/ckrm/mem_rc.design | 4 - Documentation/devices.txt | 1 - Documentation/kdump.txt | 105 -- MAINTAINERS | 11 - Makefile | 2 +- arch/h8300/kernel/ints.c | 2 +- arch/h8300/platform/h8s/ints.c | 2 +- arch/i386/Kconfig | 47 - arch/i386/boot/compressed/head.S | 6 +- arch/i386/boot/compressed/misc.c | 7 +- arch/i386/kernel/Makefile | 2 - arch/i386/kernel/apic.c | 30 - arch/i386/kernel/crash_dump.c | 105 -- arch/i386/kernel/entry.S | 2 +- arch/i386/kernel/i386_ksyms.c | 6 +- arch/i386/kernel/i8259.c | 12 - arch/i386/kernel/machine_kexec.c | 233 --- arch/i386/kernel/reboot.c | 82 +- arch/i386/kernel/relocate_kernel.S | 118 -- arch/i386/kernel/setup.c | 13 - arch/i386/kernel/smp.c | 17 +- arch/i386/kernel/sys_i386.c | 2 +- arch/i386/kernel/vmlinux.lds.S | 59 +- arch/i386/mm/discontig.c | 4 - arch/i386/mm/highmem.c | 19 +- arch/i386/mm/init.c | 3 - arch/i386/mm/mmap.c | 11 +- arch/ppc/Kconfig | 20 - arch/ppc/kernel/Makefile | 1 - arch/ppc/kernel/machine_kexec.c | 114 -- arch/ppc/kernel/relocate_kernel.S | 135 -- arch/um/Kconfig | 12 +- arch/um/Makefile | 4 +- arch/um/Makefile-i386 | 10 + arch/um/defconfig | 23 +- arch/um/drivers/chan_kern.c | 48 + arch/um/drivers/cow.h | 16 +- arch/um/drivers/cow_kern.c | 630 ++++++++ arch/um/drivers/cow_user.c | 42 +- arch/um/drivers/hostaudio_kern.c | 4 +- arch/um/drivers/hostaudio_user.c | 63 +- arch/um/drivers/net_user.c | 1 - arch/um/drivers/ubd_kern.c | 1 + arch/um/dyn.lds.S | 18 +- arch/um/include/.cvsignore | 4 - .../skas/include/mmu.h => include/aio.h} | 23 +- arch/um/include/filehandle.h | 51 + arch/um/include/init.h | 10 + arch/um/include/irq_kern.h | 4 +- arch/um/include/mem_kern.h | 4 +- arch/um/include/os.h | 14 +- arch/um/include/skas_ptregs.h | 26 + arch/um/include/sysdep-i386/.cvsignore | 2 - arch/um/kernel/.cvsignore | 3 - arch/um/kernel/filehandle.c | 250 ++++ arch/um/kernel/helper.c | 7 +- arch/um/kernel/physmem.c | 151 +- arch/um/kernel/process.c | 2 +- arch/um/kernel/process_kern.c | 3 + arch/um/kernel/ptrace.c | 2 + arch/um/kernel/skas/exec_user.c | 63 - arch/um/kernel/skas/include/mode.h | 37 - arch/um/kernel/skas/include/mode_kern.h | 53 - arch/um/kernel/skas/include/uaccess.h | 40 - arch/um/kernel/skas/uaccess.c | 16 +- arch/um/kernel/skas/util/.cvsignore | 1 - arch/um/kernel/syscall_kern.c | 34 +- arch/um/kernel/tt/include/mmu.h | 23 - arch/um/kernel/tt/include/mode.h | 38 - arch/um/kernel/tt/include/mode_kern.h | 53 - arch/um/kernel/tt/include/uaccess.h | 71 - arch/um/kernel/tt/uaccess.c | 10 +- arch/um/kernel/user_syms.c | 113 -- arch/um/kernel/vmlinux.lds.S | 11 + arch/um/main.c | 67 +- arch/um/os-Linux/aio.c | 404 +++++ arch/um/os-Linux/file.c | 3 + arch/um/os-Linux/user_syms.c | 4 +- arch/um/sys-i386/bitops.c | 70 + arch/um/sys-i386/extable.c | 30 - arch/um/sys-i386/semaphore.c | 301 ++++ arch/um/sys-i386/util/.cvsignore | 2 - arch/um/sys-i386/util/Makefile | 2 + arch/um/uml.lds.S | 10 +- arch/um/util/.cvsignore | 2 - arch/x86_64/Kconfig | 17 - arch/x86_64/kernel/Makefile | 1 - arch/x86_64/kernel/apic.c | 30 - arch/x86_64/kernel/e820.c | 2 + arch/x86_64/kernel/i8259.c | 14 - arch/x86_64/kernel/io_apic.c | 34 +- arch/x86_64/kernel/machine_kexec.c | 246 --- arch/x86_64/kernel/reboot.c | 65 +- arch/x86_64/kernel/relocate_kernel.S | 141 -- configs/kernel-2.6.10-i586-smp.config | 6 +- configs/kernel-2.6.10-i586.config | 6 +- configs/kernel-2.6.10-i686-planetlab.config | 276 +++- configs/kernel-2.6.10-i686-smp.config | 6 +- .../kernel-2.6.10-i686-uml-planetlab.config | 537 ------- configs/kernel-2.6.10-i686.config | 6 +- drivers/char/mem.c | 74 - drivers/char/mxser.c | 13 +- drivers/char/n_tty.c | 4 +- drivers/char/tty_io.c | 4 +- drivers/dump/dump_fmt.c | 4 +- drivers/dump/dump_i386.c | 4 +- drivers/dump/dump_memdev.c | 18 +- drivers/dump/dump_overlay.c | 6 +- drivers/dump/dump_setup.c | 9 +- drivers/net/tulip/tulip_core.c | 21 +- drivers/scsi/scsi_devinfo.c | 46 +- drivers/usb/core/hub.c | 2 +- fs/Makefile | 1 + fs/aio.c | 2 +- fs/binfmt_elf.c | 5 +- fs/exec.c | 5 +- fs/ext2/acl.c | 25 +- fs/ext3/acl.c | 25 +- fs/hostfs/externfs.c | 1317 +++++++++++++++++ fs/hostfs/host_file.c | 442 ++++++ fs/hostfs/host_fs.c | 467 ++++++ fs/hostfs/humfs.c | 1026 +++++++++++++ fs/hostfs/meta_fs.c | 520 +++++++ fs/hostfs/metadata.h | 79 + fs/ioctl.c | 13 - fs/namei.c | 41 +- fs/posix_acl.c | 4 - fs/proc/Makefile | 1 - fs/proc/array.c | 14 +- fs/proc/base.c | 21 +- fs/proc/generic.c | 2 +- fs/proc/kcore.c | 10 +- fs/proc/proc_misc.c | 3 - fs/proc/task_mmu.c | 21 +- fs/proc/vmcore.c | 239 --- fs/rcfs/dir.c | 45 +- fs/rcfs/inode.c | 44 +- fs/rcfs/magic.c | 133 +- fs/rcfs/rootdir.c | 54 +- fs/rcfs/socket_fs.c | 14 +- fs/rcfs/super.c | 96 +- fs/rcfs/tc_magic.c | 11 +- fs/reiserfs/file.c | 23 +- include/asm-generic/vmlinux.lds.h | 2 +- include/asm-i386/apicdef.h | 1 - include/asm-i386/crash_dump.h | 82 - include/asm-i386/highmem.h | 1 - include/asm-i386/kexec.h | 25 - include/asm-i386/mach-default/irq_vectors.h | 2 +- include/asm-i386/smp.h | 1 - include/asm-ppc/kexec.h | 36 - include/asm-ppc/machdep.h | 25 - include/asm-um/cpumask.h | 6 - include/asm-um/diskdump.h | 6 - include/asm-um/init.h | 11 - include/asm-um/irq.h | 5 +- include/asm-um/module.h | 13 + include/asm-um/pgalloc.h | 4 - include/asm-um/processor-generic.h | 3 +- include/asm-um/smplock.h | 6 - include/asm-um/spinlock.h | 6 - include/asm-x86_64/kexec.h | 25 - include/asm-x86_64/mmu_context.h | 5 +- include/asm-x86_64/unistd.h | 2 +- include/linux/bootmem.h | 1 - include/linux/{ckrm_events.h => ckrm.h} | 72 +- include/linux/ckrm_ce.h | 42 +- include/linux/ckrm_rc.h | 209 ++- include/linux/ckrm_tc.h | 39 +- include/linux/ckrm_tsk.h | 23 +- include/linux/crash_dump.h | 34 - include/linux/crbce.h | 3 +- include/linux/dump.h | 2 +- include/linux/ext2_fs.h | 4 +- include/linux/ext3_fs.h | 4 +- include/linux/gfp.h | 7 +- include/linux/ghash.h | 236 +++ include/linux/highmem.h | 1 - include/linux/kexec.h | 57 - include/linux/mm.h | 13 +- include/linux/proc_mm.h | 48 + include/linux/rcfs.h | 28 +- include/linux/reboot.h | 2 - include/linux/taskdelays.h | 25 - include/linux/vserver/inode.h | 7 - init/Kconfig | 123 +- init/main.c | 10 +- kernel/Makefile | 2 - kernel/ckrm/Makefile | 16 +- kernel/ckrm/ckrm.c | 282 ++-- kernel/ckrm/ckrm_cpu_class.c | 13 +- kernel/ckrm/ckrm_cpu_monitor.c | 13 +- kernel/ckrm/ckrm_events.c | 97 -- kernel/ckrm/ckrm_mem.c | 4 - kernel/ckrm/ckrm_memcore.c | 628 -------- kernel/ckrm/ckrm_memctlr.c | 439 ------ kernel/ckrm/ckrm_null_class.c | 308 ---- kernel/ckrm/ckrm_numtasks.c | 245 +-- kernel/ckrm/ckrm_numtasks_stub.c | 10 +- kernel/ckrm/ckrm_tc.c | 3 - kernel/ckrm/ckrmutils.c | 60 +- kernel/ckrm/rbce/rbce_fs.c | 2 +- kernel/ckrm/rbce/rbcemod.c | 27 +- kernel/ckrm/rbce/rbcemod_ext.c | 4 +- kernel/crash.c | 117 -- kernel/exit.c | 2 +- kernel/fork.c | 8 +- kernel/kexec.c | 637 -------- kernel/panic.c | 8 +- kernel/sched.c | 25 + kernel/sys.c | 26 +- kernel/sys_ni.c | 1 - kernel/vserver/Kconfig | 9 - kernel/vserver/context.c | 2 +- kernel/vserver/inode.c | 32 - mm/Makefile | 1 + mm/bootmem.c | 5 - mm/mmap.c | 14 +- mm/page_alloc.c | 5 +- net/ipv4/af_inet.c | 8 +- net/ipv4/tcp.c | 2 +- scripts/kernel-2.6-planetlab.spec | 5 +- 223 files changed, 7839 insertions(+), 6835 deletions(-) delete mode 100644 Documentation/kdump.txt delete mode 100644 arch/i386/kernel/crash_dump.c delete mode 100644 arch/i386/kernel/machine_kexec.c delete mode 100644 arch/i386/kernel/relocate_kernel.S delete mode 100644 arch/ppc/kernel/machine_kexec.c delete mode 100644 arch/ppc/kernel/relocate_kernel.S create mode 100644 arch/um/drivers/cow_kern.c delete mode 100644 arch/um/include/.cvsignore rename arch/um/{kernel/skas/include/mmu.h => include/aio.h} (50%) create mode 100644 arch/um/include/filehandle.h create mode 100644 arch/um/include/skas_ptregs.h delete mode 100644 arch/um/include/sysdep-i386/.cvsignore delete mode 100644 arch/um/kernel/.cvsignore create mode 100644 arch/um/kernel/filehandle.c delete mode 100644 arch/um/kernel/skas/exec_user.c delete mode 100644 arch/um/kernel/skas/include/mode.h delete mode 100644 arch/um/kernel/skas/include/mode_kern.h delete mode 100644 arch/um/kernel/skas/include/uaccess.h delete mode 100644 arch/um/kernel/skas/util/.cvsignore delete mode 100644 arch/um/kernel/tt/include/mmu.h delete mode 100644 arch/um/kernel/tt/include/mode.h delete mode 100644 arch/um/kernel/tt/include/mode_kern.h delete mode 100644 arch/um/kernel/tt/include/uaccess.h delete mode 100644 arch/um/kernel/user_syms.c create mode 100644 arch/um/kernel/vmlinux.lds.S create mode 100644 arch/um/os-Linux/aio.c create mode 100644 arch/um/sys-i386/bitops.c delete mode 100644 arch/um/sys-i386/extable.c create mode 100644 arch/um/sys-i386/semaphore.c delete mode 100644 arch/um/sys-i386/util/.cvsignore delete mode 100644 arch/um/util/.cvsignore delete mode 100644 arch/x86_64/kernel/machine_kexec.c delete mode 100644 arch/x86_64/kernel/relocate_kernel.S delete mode 100644 configs/kernel-2.6.10-i686-uml-planetlab.config create mode 100644 fs/hostfs/externfs.c create mode 100644 fs/hostfs/host_file.c create mode 100644 fs/hostfs/host_fs.c create mode 100644 fs/hostfs/humfs.c create mode 100644 fs/hostfs/meta_fs.c create mode 100644 fs/hostfs/metadata.h delete mode 100644 fs/proc/vmcore.c delete mode 100644 include/asm-i386/crash_dump.h delete mode 100644 include/asm-i386/kexec.h delete mode 100644 include/asm-ppc/kexec.h delete mode 100644 include/asm-um/cpumask.h delete mode 100644 include/asm-um/diskdump.h delete mode 100644 include/asm-um/init.h create mode 100644 include/asm-um/module.h delete mode 100644 include/asm-um/smplock.h delete mode 100644 include/asm-um/spinlock.h delete mode 100644 include/asm-x86_64/kexec.h rename include/linux/{ckrm_events.h => ckrm.h} (70%) delete mode 100644 include/linux/crash_dump.h create mode 100644 include/linux/ghash.h delete mode 100644 include/linux/kexec.h create mode 100644 include/linux/proc_mm.h delete mode 100644 kernel/ckrm/ckrm_events.c delete mode 100644 kernel/ckrm/ckrm_memcore.c delete mode 100644 kernel/ckrm/ckrm_memctlr.c delete mode 100644 kernel/ckrm/ckrm_null_class.c delete mode 100644 kernel/crash.c delete mode 100644 kernel/kexec.c diff --git a/.cvsignore b/.cvsignore index c150355e6..5e7d07457 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,4 +11,3 @@ Module.symvers System.map vmlinux -linux diff --git a/Documentation/ckrm/mem_rc.design b/Documentation/ckrm/mem_rc.design index 1c020ff5a..cb1d1cb1c 100644 --- a/Documentation/ckrm/mem_rc.design +++ b/Documentation/ckrm/mem_rc.design @@ -15,10 +15,6 @@ When the memory subsystem runs low on LRU pages, pages are reclaimed by - freeing pages from the inactive list (shrink_zone) depending on the recent usage of the page(approximately). -In the process of the life cycle a page can move from the lru list to swap -and back. For this document's purpose, we treat it same as freeing and -allocating the page, respectfully. - 1. Introduction --------------- Memory resource controller controls the number of lru physical pages diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 60ce4ae9d..f115145e5 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -100,7 +100,6 @@ Your cooperation is appreciated. 9 = /dev/urandom Faster, less secure random number gen. 10 = /dev/aio Asyncronous I/O notification interface 11 = /dev/kmsg Writes to this come out as printk's - 12 = /dev/oldmem Access to kexec-ed crash dump 1 block RAM disk 0 = /dev/ram0 First RAM disk 1 = /dev/ram1 Second RAM disk diff --git a/Documentation/kdump.txt b/Documentation/kdump.txt deleted file mode 100644 index 8fc3d68ae..000000000 --- a/Documentation/kdump.txt +++ /dev/null @@ -1,105 +0,0 @@ -Documentation for kdump - the kexec based crash dumping solution -================================================================ - -DESIGN -====== - -We use kexec to reboot to a second kernel whenever a dump needs to be taken. -This second kernel is booted with with very little memory (configurable -at compile time). The first kernel reserves the section of memory that the -second kernel uses. This ensures that on-going DMA from the first kernel -does not corrupt the second kernel. The first 640k of physical memory is -needed irrespective of where the kernel loads at. Hence, this region is -backed up before reboot. - -In the second kernel, "old memory" can be accessed in two ways. The -first one is through a device interface. We can create a /dev/oldmem or -whatever and write out the memory in raw format. The second interface is -through /proc/vmcore. This exports the dump as an ELF format file which -can be written out using any file copy command (cp, scp, etc). Further, gdb -can be used to perform some minimal debugging on the dump file. Both these -methods ensure that there is correct ordering of the dump pages (corresponding -to the first 640k that has been relocated). - -SETUP -===== - -1) Obtain the appropriate -mm tree patch and apply it on to the vanilla - kernel tree. - -2) Two kernels need to be built in order to get this feature working. - - For the first kernel, choose the default values for the following options. - - a) Physical address where the kernel is loaded - b) kexec system call - c) kernel crash dumps - - All the options are under "Processor type and features" - - For the second kernel, change (a) to 16MB. If you want to choose another - value here, ensure "location from where the crash dumping kernel will boot - (MB)" under (c) reflects the same value. - - Also ensure you have CONFIG_HIGHMEM on. - -3) Boot into the first kernel. You are now ready to try out kexec based crash - dumps. - -4) Load the second kernel to be booted using - - kexec -p --args-linux --append="root= dump - init 1 memmap=exactmap memmap=640k@0 memmap=32M@16M" - - Note that has to be a vmlinux image. bzImage will not - work, as of now. - -5) Enable kexec based dumping by - - echo 1 > /proc/kexec-dump - - If this is not set, the system will not do a kexec reboot in the event - of a panic. - -6) System reboots into the second kernel when a panic occurs. - You could write a module to call panic, for testing purposes. - -7) Write out the dump file using - - cp /proc/vmcore - -You can also access the dump as a device for a linear/raw view. To do this, -you will need the kd-oldmem-.patch built into the kernel. To create -the device, type - - mknod /dev/oldmem c 1 12 - -Use "dd" with suitable options for count, bs and skip to access specific -portions of the dump. - -ANALYSIS -======== - -You can run gdb on the dump file copied out of /proc/vmcore. Use vmlinux built -with -g and run - - gdb vmlinux - -Stack trace for the task on processor 0, register display, memory display -work fine. - -TODO -==== - -1) Provide a kernel-pages only view for the dump. This could possibly turn up - as /proc/vmcore-kern. -2) Provide register contents of all processors (similar to what multi-threaded - core dumps does). -3) Modify "crash" to make it recognize this dump. -4) Make the i386 kernel boot from any location so we can run the second kernel - from the reserved location instead of the current approach. - -CONTACT -======= - -Hariprasad Nellitheertha - hari at in dot ibm dot com diff --git a/MAINTAINERS b/MAINTAINERS index 5f81698b5..66275d498 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1259,17 +1259,6 @@ M: rml@novell.com L: linux-kernel@vger.kernel.org S: Maintained -KEXEC -P: Eric Biederman -P: Randy Dunlap -M: ebiederm@xmission.com -M: rddunlap@osdl.org -W: http://www.xmission.com/~ebiederm/files/kexec/ -W: http://developer.osdl.org/rddunlap/kexec/ -L: linux-kernel@vger.kernel.org -L: fastboot@osdl.org -S: Maintained - LANMEDIA WAN CARD DRIVER P: Andrew Stanley-Jones M: asj@lanmedia.com diff --git a/Makefile b/Makefile index effcf26e0..5133b8b16 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 10 -EXTRAVERSION = -1.14_FC2.1.planetlab +EXTRAVERSION = -1.12_FC2.1.planetlab NAME=AC 1 # *DOCUMENTATION* diff --git a/arch/h8300/kernel/ints.c b/arch/h8300/kernel/ints.c index 0b9ddba3d..edb3c4170 100644 --- a/arch/h8300/kernel/ints.c +++ b/arch/h8300/kernel/ints.c @@ -114,7 +114,7 @@ void __init init_IRQ(void) } } interrupt_redirect_table = ramvec; -#ifdef CRASH_DUMP_VECTOR +#ifdef DUMP_VECTOR ramvec_p = ramvec; for (i = 0; i < NR_IRQS; i++) { if ((i % 8) == 0) diff --git a/arch/h8300/platform/h8s/ints.c b/arch/h8300/platform/h8s/ints.c index 6b27e5ac5..5441cdd12 100644 --- a/arch/h8300/platform/h8s/ints.c +++ b/arch/h8300/platform/h8s/ints.c @@ -134,7 +134,7 @@ void __init init_IRQ(void) ramvec[TRAP0_VEC] = VECTOR(system_call); ramvec[TRAP3_VEC] = break_vec; interrupt_redirect_table = ramvec; -#ifdef CRASH_DUMP_VECTOR +#ifdef DUMP_VECTOR ramvec_p = ramvec; for (i = 0; i < NR_IRQS; i++) { if ((i % 8) == 0) diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 1ed5b3831..1e4f78c0a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -922,53 +922,6 @@ config REGPARM generate incorrect output with certain kernel constructs when -mregparm=3 is used. -config KERN_PHYS_OFFSET - int "Physical address where the kernel is loaded (1-112)MB" - range 1 112 - default "1" - help - This gives the physical address where the kernel is loaded. - Primarily used in the case of kexec on panic where the - recovery kernel needs to run at a different address than - the panic-ed kernel. - -config KEXEC - bool "kexec system call (EXPERIMENTAL)" - depends on EXPERIMENTAL - help - kexec is a system call that implements the ability to shutdown your - current kernel, and to start another kernel. It is like a reboot - but it is indepedent of the system firmware. And like a reboot - you can start any kernel with it, not just Linux. - - The name comes from the similiarity to the exec system call. - - It is an ongoing process to be certain the hardware in a machine - is properly shutdown, so do not be surprised if this code does not - initially work for you. It may help to enable device hotplugging - support. As of this writing the exact hardware interface is - strongly in flux, so no good recommendation can be made. - -config CRASH_DUMP - bool "kernel crash dumps (EXPERIMENTAL)" - depends on KEXEC - help - Generate crash dump using kexec. - -config BACKUP_BASE - int "location from where the crash dumping kernel will boot (MB)" - depends on CRASH_DUMP - default 16 - help - This is the location where the second kernel will boot from. - -config BACKUP_SIZE - int "Size of memory used by the crash dumping kernel (MB)" - depends on CRASH_DUMP - range 16 64 - default 32 - help - The size of the second kernel's memory. endmenu diff --git a/arch/i386/boot/compressed/head.S b/arch/i386/boot/compressed/head.S index 4f41af3a5..c5e80b69e 100644 --- a/arch/i386/boot/compressed/head.S +++ b/arch/i386/boot/compressed/head.S @@ -74,7 +74,7 @@ startup_32: popl %esi # discard address popl %esi # real mode pointer xorl %ebx,%ebx - ljmp $(__BOOT_CS), $KERN_PHYS_OFFSET + ljmp $(__BOOT_CS), $0x100000 /* * We come here, if we were loaded high. @@ -99,7 +99,7 @@ startup_32: popl %ecx # lcount popl %edx # high_buffer_start popl %eax # hcount - movl $KERN_PHYS_OFFSET,%edi + movl $0x100000,%edi cli # make sure we don't get interrupted ljmp $(__BOOT_CS), $0x1000 # and jump to the move routine @@ -124,5 +124,5 @@ move_routine_start: movsl movl %ebx,%esi # Restore setup pointer xorl %ebx,%ebx - ljmp $(__BOOT_CS), $KERN_PHYS_OFFSET + ljmp $(__BOOT_CS), $0x100000 move_routine_end: diff --git a/arch/i386/boot/compressed/misc.c b/arch/i386/boot/compressed/misc.c index 9805b3730..874568330 100644 --- a/arch/i386/boot/compressed/misc.c +++ b/arch/i386/boot/compressed/misc.c @@ -14,7 +14,6 @@ #include #include