2.4.0-test1-ac18 -- time.c: In function `do_timer_interrupt': at line 394: `i8259A_lock' undeclared

From: Miles Lane (miles@speakeasy.org)
Date: Thu Jun 15 2000 - 13:30:52 EST


gcc -D__KERNEL__ -I/usr/src/linux-2.4.0-test1/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing
-pipe -march=i686 -c -o time.o time.c
time.c: In function `do_timer_interrupt':
time.c:394: `i8259A_lock' undeclared (first use in this function)
time.c:394: (Each undeclared identifier is reported only once
time.c:394: for each function it appears in.)
make[1]: *** [time.o] Error 1

I believe the culprit is here in time.c:

        #ifndef CONFIG_X86_TSC

        extern spinlock_t i8259A_lock;

Here are my compile options for architecture:

        CONFIG_X86=y
        CONFIG_ISA=y
        CONFIG_UID16=y

        # Processor type and features
        #
        CONFIG_M686=y
        CONFIG_X86_WP_WORKS_OK=y
        CONFIG_X86_INVLPG=y
        CONFIG_X86_CMPXCHG=y
        CONFIG_X86_BSWAP=y
        CONFIG_X86_POPAD_OK=y
        CONFIG_X86_L1_CACHE_BYTES=32
        CONFIG_X86_TSC=y
        CONFIG_X86_GOOD_APIC=y
        CONFIG_X86_PGE=y
        CONFIG_X86_USE_PPRO_CHECKSUM=y

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



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:36 EST