x86: make CONFIG_RELOCATABLE the default
authorH. Peter Anvin <hpa@zytor.com>
Thu, 7 May 2009 21:19:34 +0000 (14:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 May 2009 00:45:06 +0000 (17:45 -0700)
commit26717808f93a27c22d4853c4fb17fa225f4ccc68
treef260903b5ee426813aca4f1203b003eab449e731
parentceefccc93932b920a8ec6f35f596db05202a12fe
x86: make CONFIG_RELOCATABLE the default

Remove the EXPERIMENTAL tag from CONFIG_RELOCATABLE and make it the
default.  Relocatable kernels have been used for a while now, and
should now have identical semantics to non-relocatable kernels when
loaded by a non-relocating bootloader.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/Kconfig