]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 11:37:36 +0000 (13:37 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 16:51:28 +0000 (18:51 +0200)
commit905a36a2851838bca5a424fb758e201990234e6e
treefcd6c5f94a7cd929fafd46c6b1b868d6e55a72da
parent2f63b9db7260beba3c19d66d6c11b0b78ea84a8c
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/

Create a new directory hierarchy for the low level x86 entry code:

    arch/x86/entry/*

This will host all the low level glue that is currently scattered
all across arch/x86/.

Start with entry_64.S and entry_32.S.

Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kbuild
arch/x86/entry/Makefile [new file with mode: 0644]
arch/x86/entry/entry_32.S [moved from arch/x86/kernel/entry_32.S with 100% similarity]
arch/x86/entry/entry_64.S [moved from arch/x86/kernel/entry_64.S with 100% similarity]
arch/x86/kernel/Makefile