diff options
author | Richard Weinberger <richard@nod.at> | 2015-05-12 00:17:28 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-05-31 17:32:36 +0200 |
commit | f8d65d27e677da0ce33de570e3068308a77ed2b1 (patch) | |
tree | da725dd9a167adf8bfaaab016e5ce533ae2c4161 /arch/um/include/asm/thread_info.h | |
parent | 1d04c8d77934d9406cc8219d97be2f0188f502d2 (diff) | |
download | talos-obmc-linux-f8d65d27e677da0ce33de570e3068308a77ed2b1.tar.gz talos-obmc-linux-f8d65d27e677da0ce33de570e3068308a77ed2b1.zip |
um: Rework uaccess code
Rework UML's uaccess code to reuse as much as possible
from asm-generic/uaccess.c.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/thread_info.h')
-rw-r--r-- | arch/um/include/asm/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/thread_info.h b/arch/um/include/asm/thread_info.h index b30c85b141d9..53968aaf76f9 100644 --- a/arch/um/include/asm/thread_info.h +++ b/arch/um/include/asm/thread_info.h @@ -10,7 +10,7 @@ #include <asm/types.h> #include <asm/page.h> -#include <asm/uaccess.h> +#include <asm/segment.h> struct thread_info { struct task_struct *task; /* main task structure */ |