]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
powerpc: Use linux/thread_info.h in processor.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 17 Jan 2019 12:27:28 +0000 (23:27 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 23 Feb 2019 11:31:40 +0000 (22:31 +1100)
When we enable THREAD_INFO_IN_TASK we will remove our definition of
current_thread_info(). Instead it will come from linux/thread_info.h

So switch processor.h to include the latter, so that it can continue
to find current_thread_info().

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Split out of larger patch]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/processor.h

index c406ec3b4b3cce5d5fed2cc49163b32be7460691..2c740042b8d3fa1191ceb2f85c5ca1c81cc161df 100644 (file)
@@ -40,7 +40,7 @@
 
 #ifndef __ASSEMBLY__
 #include <linux/types.h>
-#include <asm/thread_info.h>
+#include <linux/thread_info.h>
 #include <asm/ptrace.h>
 #include <asm/hw_breakpoint.h>