]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 16:29:26 +0000 (18:29 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 4 Jun 2015 05:37:36 +0000 (07:37 +0200)
asm/calling.h is private to the entry code, make this more apparent
by moving it to the new arch/x86/entry/ directory.

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/entry/calling.h [moved from arch/x86/include/asm/calling.h with 100% similarity]
arch/x86/entry/entry_64.S
arch/x86/entry/ia32entry.S
arch/x86/entry/thunk_64.S

index 4ad79e946f5a6fcb9b406212dcd9109ca95662dd..f7380ea75777d0b030b61acaa0a40ae4eb36d9fd 100644 (file)
@@ -28,7 +28,7 @@
 #include <asm/segment.h>
 #include <asm/cache.h>
 #include <asm/errno.h>
-#include <asm/calling.h>
+#include "calling.h"
 #include <asm/asm-offsets.h>
 #include <asm/msr.h>
 #include <asm/unistd.h>
index 2be23c734db5c2109b63227f86c1c880ee2ab8cb..f167674173850beb419d478063996c00aceec548 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2000-2002 Andi Kleen, SuSE Labs.
  */             
 
-#include <asm/calling.h>
+#include "calling.h"
 #include <asm/asm-offsets.h>
 #include <asm/current.h>
 #include <asm/errno.h>
index 10f555e435e171270a6437b7960505b1e025dfd0..3e95681b4e2dde8cabe3e5f8a0d2d4ceca4e23fa 100644 (file)
@@ -6,7 +6,7 @@
  * Subject to the GNU public license, v.2. No warranty of any kind.
  */
 #include <linux/linkage.h>
-#include <asm/calling.h>
+#include "calling.h"
 #include <asm/asm.h>
 
        /* rdi: arg1 ... normal C conventions. rax is saved/restored. */