[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
2.2.13pre14
- From: Rich Payne <rdp talisman alphalinux org>
- To: axp-list redhat com
- Cc: alan lxorguk ukuu org uk
- Subject: 2.2.13pre14
- Date: Wed, 29 Sep 1999 11:37:26 -0400 (EDT)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]