projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef6130
)
um: include linux/prefetch.h
author
Richard Weinberger
<
[email protected]
>
Wed, 25 May 2011 00:13:03 +0000
(17:13 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 25 May 2011 15:39:42 +0000
(08:39 -0700)
Fix build failures on UML.
Signed-off-by: Richard Weinberger <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/include/asm/processor-generic.h
patch
|
blob
|
history
diff --git
a/arch/um/include/asm/processor-generic.h
b/arch/um/include/asm/processor-generic.h
index d1d1b0d8a0cd9c66d754243f636425e4c942ee46..98d01bc4fa92f1267062645e31c9b632f74e2339 100644
(file)
--- a/
arch/um/include/asm/processor-generic.h
+++ b/
arch/um/include/asm/processor-generic.h
@@
-14,6
+14,8
@@
struct task_struct;
#include "registers.h"
#include "sysdep/archsetjmp.h"
+#include <linux/prefetch.h>
+
struct mm_struct;
struct thread_struct {