diff --git a/arch/x86/include/asm/calling.h b/arch/x86/entry/calling.h similarity index 100% rename from arch/x86/include/asm/calling.h rename to arch/x86/entry/calling.h diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index 4ad79e946f5a6fcb9b406212dcd9109ca95662dd..f7380ea75777d0b030b61acaa0a40ae4eb36d9fd 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -28,7 +28,7 @@ #include #include #include -#include +#include "calling.h" #include #include #include diff --git a/arch/x86/entry/ia32entry.S b/arch/x86/entry/ia32entry.S index 2be23c734db5c2109b63227f86c1c880ee2ab8cb..f167674173850beb419d478063996c00aceec548 100644 --- a/arch/x86/entry/ia32entry.S +++ b/arch/x86/entry/ia32entry.S @@ -4,7 +4,7 @@ * Copyright 2000-2002 Andi Kleen, SuSE Labs. */ -#include +#include "calling.h" #include #include #include diff --git a/arch/x86/entry/thunk_64.S b/arch/x86/entry/thunk_64.S index 10f555e435e171270a6437b7960505b1e025dfd0..3e95681b4e2dde8cabe3e5f8a0d2d4ceca4e23fa 100644 --- a/arch/x86/entry/thunk_64.S +++ b/arch/x86/entry/thunk_64.S @@ -6,7 +6,7 @@ * Subject to the GNU public license, v.2. No warranty of any kind. */ #include -#include +#include "calling.h" #include /* rdi: arg1 ... normal C conventions. rax is saved/restored. */