mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
m68k: Export cachectl.h
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>
This commit is contained in:
parent
a55444494d
commit
e92042e5c0
1 changed files with 1 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
include include/asm-generic/Kbuild.asm
|
||||
header-y += cachectl.h
|
||||
|
|
Loading…
Reference in a new issue