projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a554444
)
m68k: Export cachectl.h
author
Matthew Wilcox
<matthew@wil.cx>
Sat, 13 Oct 2007 12:31:27 +0000
(14:31 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sat, 13 Oct 2007 16:41:03 +0000
(09:41 -0700)
libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we
don't currently export it. I believe this patch should do the trick.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68k/Kbuild
patch
|
blob
|
history
diff --git
a/include/asm-m68k/Kbuild
b/include/asm-m68k/Kbuild
index
c68e168
..
1a922fa
100644
(file)
--- a/
include/asm-m68k/Kbuild
+++ b/
include/asm-m68k/Kbuild
@@
-1
+1,2
@@
include include/asm-generic/Kbuild.asm
+header-y += cachectl.h