[PATCH] pre-2.3.9-1 compilation problems

Bernhard Rosenkraenzer (bero@mandrakesoft.com)
Fri, 25 Jun 1999 00:49:50 +0200 (CEST)


On x86 SMP:

drivers/block/block.a(ll_rw_blk.o): In function `make_request':
ll_rw_blk.o(.text+0x933): undefined reference to `lock_kernel'
ll_rw_blk.o(.text+0x93e): undefined reference to `unlock_kernel'

ll_rw_blk.c should #include <linux/smp_lock.h> on SMP systems. The patch
I've attached does that.

Also, PIIX support currently fails to compile (ide_dmaproc undefined).
Haven't had the time to fix this, but PIIX works with just the Generic IDE
support enabled.

LLaP
bero

-
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/