x86, realmode: Move kernel/realmode.c to realmode/init.c
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 16 May 2012 20:49:10 +0000 (13:49 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 16 May 2012 20:49:10 +0000 (13:49 -0700)
commit137127018812ec7fcccb9843156cfc0b5cfa31d5
tree12718f2524a26c5bd26a53518068229d84c41c08
parent51edbe6a2f47c78c6c6e529999ee0a044fe59a89
x86, realmode: Move kernel/realmode.c to realmode/init.c

Keep all the realmode code together, including initialization (only
the rm/ subdirectory is actually built as real-mode code, anyway.)

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
arch/x86/kernel/Makefile
arch/x86/realmode/Makefile
arch/x86/realmode/init.c [moved from arch/x86/kernel/realmode.c with 100% similarity]