diff options
author | Richard Weinberger <richard@nod.at> | 2011-05-24 20:13:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-25 11:39:42 -0400 |
commit | 607647ab04cb7c23616fb5c5dc8bad86f410226d (patch) | |
tree | db8a2f6d4f6723545714d56d6f035e25f5aead30 | |
parent | 3ef6130ab25a9db6627212d2f6859cc7fc0427ed (diff) |
um: include linux/prefetch.h
Fix build failures on UML.
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/um/include/asm/processor-generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/asm/processor-generic.h b/arch/um/include/asm/processor-generic.h index d1d1b0d8a0cd..98d01bc4fa92 100644 --- a/arch/um/include/asm/processor-generic.h +++ b/arch/um/include/asm/processor-generic.h | |||
@@ -14,6 +14,8 @@ struct task_struct; | |||
14 | #include "registers.h" | 14 | #include "registers.h" |
15 | #include "sysdep/archsetjmp.h" | 15 | #include "sysdep/archsetjmp.h" |
16 | 16 | ||
17 | #include <linux/prefetch.h> | ||
18 | |||
17 | struct mm_struct; | 19 | struct mm_struct; |
18 | 20 | ||
19 | struct thread_struct { | 21 | struct thread_struct { |