diff options
author | Michal Simek <monstr@monstr.eu> | 2010-03-05 15:34:12 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-04-01 08:38:19 +0200 |
commit | 40db0834337ef0cde586feeb5588e45f0349098b (patch) | |
tree | cd5b0fe32e2416bb5a39591a479f904427d436ff /arch/microblaze/kernel | |
parent | 4009819cf90c26e3ec7b0ed949d5ff37c568e197 (diff) | |
download | blackbird-op-linux-40db0834337ef0cde586feeb5588e45f0349098b.tar.gz blackbird-op-linux-40db0834337ef0cde586feeb5588e45f0349098b.zip |
microblaze: Remove segment.h
I would like to use asm-generic uaccess.h where are segment
macros defined. This is just first step.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 812f1bf06c9e..35efb2f42d50 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c @@ -15,6 +15,7 @@ #include <linux/bitops.h> #include <asm/system.h> #include <asm/pgalloc.h> +#include <asm/uaccess.h> /* for USER_DS macros */ #include <asm/cacheflush.h> void show_regs(struct pt_regs *regs) |