I just tried to compile 2.6.15-rc5-rt4 on x86_64 SMP but it failed with the
following error:
kernel/hrtimer.c: In function 'hrtimer_cancel':
kernel/hrtimer.c:673: error: 'HRTIMER_SOFTIRQ' undeclared (first use in this function)
kernel/hrtimer.c:673: error: (Each undeclared identifier is reported only once
kernel/hrtimer.c:673: error: for each function it appears in.)
make[1]: *** [kernel/hrtimer.o] Error 1
make: *** [kernel] Error 2
HRTIMER_SOFTIRQ is defined in include/linux/interrupt.h on line 24, but it's
dependent on
#ifdef CONFIG_HIGH_RES_TIMERS
which I haven't set in my .config. It's inside an enum so I can't
just remove the #ifdef and make it always defined without changing
the value of the following enum element (not sure what will break if
I try that).
John
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]