]> git.baikalelectronics.ru Git - kernel.git/commit
x86, realmode: Move reboot_32.S to unified realmode code
authorJarkko Sakkinen <jarkko.sakkinen@intel.com>
Tue, 8 May 2012 18:22:27 +0000 (21:22 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:41:50 +0000 (11:41 -0700)
commitd159b3160a0620de08b7b10fb571b857fe7011bb
tree0c56b496e810fea8b97c31c9a72f49855983234e
parent79a943d9e5fc5dcfdafc8fd564d1013673486612
x86, realmode: Move reboot_32.S to unified realmode code

Migrated reboot_32.S from x86_trampoline to the real-mode
blob.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-5-git-send-email-jarkko.sakkinen@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/realmode.h
arch/x86/kernel/Makefile
arch/x86/kernel/reboot.c
arch/x86/kernel/reboot_32.S [deleted file]
arch/x86/realmode/rm/Makefile
arch/x86/realmode/rm/header.S
arch/x86/realmode/rm/reboot_32.S [new file with mode: 0644]