On Thu, 8 Oct 1998, Alan Cox wrote:
> > since about 2 weeks i've installed a haupauge WinTV-radio (bt878) and my
> > box crashes reproduceable with:
> >
> > Oct 7 23:23:21 tower kernel: 0>Kernel panic: CPU #0:Attempted flush tlb
> > IPI when not AKP(=255)
>
> That normally means you didnt build the module for SMP
>
IMHO the Makefile did. At last it complaines about missing
SMP-Symbols when loaded unter 2.0.36 SP.
Some output from make:
--- cut ---
[...]
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36pre12/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-D__SMP__ -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2
-DCPU=586 -D__SMP__ -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.0.36pre12/include/linux/modversions.h -DTUNER_DEFAULT=
-DCARD_DEFAULT=0 -DBTTV_MAJOR=81 -DUSE_PLL=0 -c -o tuner.o tuner.c
[...]
--- cut ---
Atlast it uses -D__SMP__
Cu, Goetz.