"Little, Chris" <[EMAIL PROTECTED]> schrieb am 25.05.2004,
20:28:23:
> Who would I talk to about 2.6.7-rc1 build errors?
>
> [EMAIL PROTECTED]:~/linux> make image
> make[1]: `arch/s390/kernel/asm-offsets.s' is up to date.
>   CHK     include/linux/compile.h
>   CC      mm/slab.o
> mm/slab.c:185: parse error before "kmem_bufctl_t"

You need to apply the attached patch.

       Arnd <><

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
===== linux-2.6.6-mm/include/asm-s390/types.h 1.8 vs edited =====
--- 1.8/include/asm-s390/types.h        Sat May 22 06:31:47 2004
+++ edited/linux-2.6.6-mm/include/asm-s390/types.h      Sat May 22 17:40:30 2004
@@ -78,6 +78,7 @@
 #endif /* __s390x__ */

 typedef u32 dma_addr_t;
+typedef unsigned short kmem_bufctl_t;

 #ifndef __s390x__
 typedef union {
@@ -92,8 +93,6 @@
 typedef u64 sector_t;
 #define HAVE_SECTOR_T
 #endif
-
-typedef unsigned int kmem_bufctl_t;

 #endif /* ! __s390x__   */
 #endif /* __ASSEMBLY__  */


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to