[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#445177: marked as done (m68k: asm/cachectl.h ?)



Your message dated Mon, 4 Feb 2008 00:07:44 +0100
with message-id <20080203230744.GR4941@stro.at>
and subject line m68k: asm/cachectl.h ?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-2.6
Version: -
Tags: patch

Hector Oron wrote:
> Hello,
> 
>   I am trying to build a gcc cross compiler package for i386->m68k but
> i get this error:
>   ../../../src/libffi/src/m68k/ffi.c:13:26: error: asm/cachectl.h: No
> such file or directory
> 
>   Do you know where should be cachectl.h? As it is not in kernel headers.
>   Or is it a bug on GCC code (ffi.c includes)?

This is a bug in linux-2.6. m68k fails to export the header.
The appended patch should fix this (untested).


Thiemo


diff --git a/include/asm-m68k/Kbuild b/include/asm-m68k/Kbuild
index c68e168..a60c1db 100644
--- a/include/asm-m68k/Kbuild
+++ b/include/asm-m68k/Kbuild
@@ -1 +1,3 @@
 include include/asm-generic/Kbuild.asm
+
+header-y += cachectl.h



--- End Message ---
--- Begin Message ---
Version: 2.6.24-1

added in 2.6.24, thus closing.

-- 
maks


--- End Message ---

Reply to: