[parisc-linux] 2.4.6-pa20 question about modules

Matthew Wilcox willy@debian.org
Thu, 19 Jul 2001 19:14:29 +0100


On Thu, Jul 19, 2001 at 07:46:09PM +0200, Joël Soete wrote:
> make dep clean bzImage modules modules_install 2>&1 | tee
> /var/tmp/kl-200107.log

don't do this.  make dep creates dependencies which then need to be taken
into account for later steps.  you might rely on make getting this right,
but i don't.

> ps: but with parisc-box I met a problem which I do not met with the
> xcompiler on i386 linux-box:
> 
> dmfe.c: In function `dmfe_timer':
> dmfe.c:1193: Unable to find a register to spill in class `FP_REGS'.

bug in that driver (it has x * 1.5, which uses fp).  fixed in alan's tree,
though i don't believe it's made its way into linus' tree yet.

consider youself lucky you get compile-time errors instead of random
inexplicable fp corruption.

-- 
Revolutions do not require corporate support.