Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e92042e5c009d84ba741ec4a978a13f260e6ee24
Commit:     e92042e5c009d84ba741ec4a978a13f260e6ee24
Parent:     a55444494db35c55bd7cdefcc4af3e6863ac7a0e
Author:     Matthew Wilcox <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 13 14:31:27 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Oct 13 09:41:03 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/asm-m68k/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-m68k/Kbuild b/include/asm-m68k/Kbuild
index c68e168..1a922fa 100644
--- a/include/asm-m68k/Kbuild
+++ b/include/asm-m68k/Kbuild
@@ -1 +1,2 @@
 include include/asm-generic/Kbuild.asm
+header-y += cachectl.h
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to