Subject: 2.2.13pre14
From: Rich Payne (rdp@talisman.alphalinux.org)
Date: Wed Sep 29 1999 - 08:37:26 PDT
Has anybody tried 2.2.13pre14 on Alpha. When compiling I get this:
gcc -D__KERNEL__ -I/usr/src/linux-2.2.13pre14/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -mno-fp-regs
-ffix ed-8 -mcpu=ev6 -Wa,-mev6 -c -o time.o time.c
time.c: In function `warp_clock':
time.c:150: `xtime_lock' undeclared (first use in this function)
time.c:150: (Each undeclared identifier is reported only once
time.c:150: for each function it appears in.)
time.c: In function `do_adjtimex':
time.c:251: `xtime_lock' undeclared (first use in this function)
make[2]: *** [time.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.13pre14/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.13pre14/kernel'
make: *** [_dir_kernel] Error 2
now I looked at kernel/time.c and xlock_time is defined as
extern rwlock_t xtime_lock;
but inside a #ifndef __alpha__ block
anybody?
This change seems to have been rolled in at pre10, but I'm not sure of
that.
--rdp
Rich Payne
rpayne@alphalinux.org www.alphalinux.org
-- To unsubscribe: send e-mail to axp-list-request@redhat.com with 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
This archive was generated by hypermail 2a22 : Mon Oct 04 1999 - 12:44:54 PDT