lkml.org 
[lkml]   [1999]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: kmsgdump 0.4 fails compile
Date
> 
> With kernel 2.2.12 and patches from Jens Axboe for the CDROM (sep14-2.2.diff),
> kmsgdump 0.4 causes the kernel compile to fail with:
>

yes, sorry I've just noticed it too. My assembler doesn't complain, but others
do. It seems they don't like the division in #defines. I don't understand why.
The only division is at line 55 in include/asm/kmsgdump.h. If you replace :

((NBHEADS*NBTRACKS*NBSECT)/SECTPERCLUST)
by
(NBHEADS*NBTRACKS*NBSECT)

then it works fine. (in this case, SECTPERCLUST equals 1 so it doesn't matter).

I'll update the patch as soon as possible, but at the moment the server is
being upgraded and my account doesn't work anymore :-(

Willy


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.049 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site