Re: Compile problem with CONFIG_X86_CYCLONE_TIMER Re: 2.6.0-test3-mm2

From: Mike Fedyk
Date: Fri Aug 15 2003 - 15:38:04 EST


On Fri, Aug 15, 2003 at 01:23:22PM -0700, Mike Fedyk wrote:
> On Fri, Aug 15, 2003 at 12:38:34PM -0700, Mike Fedyk wrote:
> > arch/i386/kernel/timers/timer_cyclone.c: In function `init_cyclone':
> > arch/i386/kernel/timers/timer_cyclone.c:157: `FIX_CYCLONE_TIMER' undeclared (first use in this function)
> > arch/i386/kernel/timers/timer_cyclone.c:157: (Each undeclared identifier is reported only once
> > arch/i386/kernel/timers/timer_cyclone.c:157: for each function it appears in.)
> > make[3]: *** [arch/i386/kernel/timers/timer_cyclone.o] Error 1
> > make[2]: *** [arch/i386/kernel/timers] Error 2
> > make[1]: *** [arch/i386/kernel] Error 2
> > make[1]: Leaving directory `/src/linux-2.6.0-test3-mm2'
> > make: *** [stamp-build] Error 2
> > Command exited with non-zero status 2
> > Command being timed: "fakeroot make-kpkg kernel_image"
> > User time (seconds): 61.96
> > System time (seconds): 13.53
> > Percent of CPU this job got: 76%
> > Elapsed (wall clock) time (h:mm:ss or m:ss): 1:38.10
> > Average shared text size (kbytes): 0
> > Average unshared data size (kbytes): 0
> > Average stack size (kbytes): 0
> > Average total size (kbytes): 0
> > Maximum resident set size (kbytes): 0
> > Average resident set size (kbytes): 0
> > Major (requiring I/O) page faults: 293436
> > Minor (reclaiming a frame) page faults: 143725
> > Voluntary context switches: 0
> > Involuntary context switches: 0
> > Swaps: 0
> > File system inputs: 0
> > File system outputs: 0
> > Socket messages sent: 0
> > Socket messages received: 0
> > Signals delivered: 0
> > Page size (bytes): 4096
> > Exit status: 2
> >
>
> I thought it might have been a problem with my kernel tree, but after
> untarring and patching to 2.6.0-test3-mm2, it is still giving the problem.
>

It depends on CONFIG_X86_GENERICARCH, so once that's not set, then
CONFIG_X86_CYCLONE_TIMER is not set either.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/