low-latency-patch

Robert Dinse (nanook@eskimo.com)
Sun, 5 Sep 1999 04:35:46 -0700 (PDT)


I tried applying the low latency patch to a 2.2.10 kernel and compile on
Sparc (SMP kernel) and it exploded as follows:

make[3]: Entering directory `/usr/src/linux-2.2.10/drivers/video'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -m32 -pipe -mv8 -mno-fpu -fcall-used-g5
-fcall-used-g7 -c -o fbcon.o fbcon.c
fbcon.c: In function `fbcon_setup':
fbcon.c:532: `currcons' undeclared (first use this function)
fbcon.c:532: (Each undeclared identifier is reported only once
fbcon.c:532: for each function it appears in.)
fbcon.c: In function `fbcon_redraw_softback':
fbcon.c:945: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_redraw':
fbcon.c:998: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_redraw_bmove':
fbcon.c:1056: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_softback_note':
fbcon.c:1090: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_scroll':
fbcon.c:1185: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_do_set_font':
fbcon.c:1536: `currcons' undeclared (first use this function)
fbcon.c: In function `fbcon_scrolldelta':
fbcon.c:1886: `currcons' undeclared (first use this function)
make[3]: *** [fbcon.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.2.10/drivers/video'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.2.10/drivers/video'
make[1]: *** [_subdir_video] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.10/drivers'
make: *** [_dir_drivers] Error 2

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