x86: remove zImage support
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Mar 2009 17:55:33 +0000 (10:55 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 11 Mar 2009 18:00:00 +0000 (11:00 -0700)
commit5e47c478b0b69bc9bc3ba544e4b1ca3268f98fef
tree930d7af8c5df31ac1d0d37473e0d6eb23cac0854
parent78b020d035074fc3aa4d017353bb2c32e2aff56f
x86: remove zImage support

Impact: obsolete feature removal

The zImage kernel format has been functionally unused for a very long
time.  It is just barely possible to build a modern kernel that still
fits within the zImage size limit, but it is highly unlikely that
anyone ever uses it.  Furthermore, although it is still supported by
most bootloaders, it has been at best poorly tested (or not tested at
all); some bootloaders are even known to not support zImage at all and
not having even noticed.

Also remove some really obsolete constants that no longer have any
meaning.

LKML-Reference: <49B703D4.1000008@zytor.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/Makefile
arch/x86/boot/header.S
arch/x86/boot/pm.c
arch/x86/boot/tools/build.c
arch/x86/include/asm/boot.h