* bk://linux.bkbits.net/linux-2.4 busted
@ 2002-04-16 1:07 Ben Greear
2002-04-16 2:33 ` Larry McVoy
0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2002-04-16 1:07 UTC (permalink / raw)
To: linux-kernel
Feeling lucky, I tried pulling down the bkbits linux-2.4
repository. It does not compile as usual:
Changing num_smp_cpus to NR_CPUS, as shown below, fixes one
compile problem, but I'm not sure if it's the right fix or not.
From file: kernel_stat.h:
/*
* Number of interrupts per specific IRQ source, since bootup
*/
static inline int kstat_irqs (int irq)
{
int i, sum=0;
for (i = 0 ; i < NR_CPUS ; i++)
sum += kstat.irqs[cpu_logical_map(i)][irq];
return sum;
}
#endif
With this 'fix', it gets all the way to the end and then fails to link:
fs/fs.o: In function `dput':
fs/fs.o(.text+0x11f68): undefined reference to `atomic_dec_and_lock'
make: *** [vmlinux] Error 1
I'm beginning to think that no-one is actually using the repository.
If anyone has any suggestions for a better up-kept bk (or CVS) repository,
please let me know.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com> <Ben_Greear AT excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bk://linux.bkbits.net/linux-2.4 busted
2002-04-16 1:07 bk://linux.bkbits.net/linux-2.4 busted Ben Greear
@ 2002-04-16 2:33 ` Larry McVoy
0 siblings, 0 replies; 2+ messages in thread
From: Larry McVoy @ 2002-04-16 2:33 UTC (permalink / raw)
To: Ben Greear; +Cc: linux-kernel
On Mon, Apr 15, 2002 at 06:07:42PM -0700, Ben Greear wrote:
> Feeling lucky, I tried pulling down the bkbits linux-2.4
> repository. It does not compile as usual:
I just cloned it back to the 2.4.18 tag and built it for a
server class athlon config and it seems to be working. FWIW.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-16 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-16 1:07 bk://linux.bkbits.net/linux-2.4 busted Ben Greear
2002-04-16 2:33 ` Larry McVoy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox