Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12a638e1 authored by Christoph Lameter's avatar Christoph Lameter Committed by Ingo Molnar
Browse files

x86: threadinfo: common include files



Move shared includes to a common area in thread_info.h

Adds asm/types.h for x86_64 and linux/compiler.h for x86_32. Not needed but
we can avoid some ifdeffing and it simplifies later joining.

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 2052e8d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,9 +7,11 @@
#ifndef _ASM_X86_THREAD_INFO_H
#define _ASM_X86_THREAD_INFO_H

#ifdef CONFIG_X86_32
#include <linux/compiler.h>
#include <asm/page.h>
#include <asm/types.h>

#ifdef CONFIG_X86_32

#ifndef __ASSEMBLY__
#include <asm/processor.h>
@@ -192,8 +194,6 @@ static inline struct thread_info *current_thread_info(void)

#else /* X86_32 */

#include <asm/page.h>
#include <asm/types.h>
#include <asm/pda.h>

/*