-
- Downloads
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>
Showing
- arch/x86/Kbuild 3 additions, 0 deletionsarch/x86/Kbuild
- arch/x86/entry/Makefile 4 additions, 0 deletionsarch/x86/entry/Makefile
- arch/x86/entry/entry_32.S 0 additions, 0 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 0 additions, 0 deletionsarch/x86/entry/entry_64.S
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
Loading
Please register or sign in to comment