[Xenomai-core] [PATCH] detect conflict with INPUT_PCSPKR

2006-07-29 Thread Jan Kiszka
This is a simple patch to catch the very rare but fatal conflict between Xenomai's TSC emulation and the PC speaker driver on 2.6/x86. Jan --- include/asm-i386/hal.h (Revision 1390) +++ include/asm-i386/hal.h (Arbeitskopie) @@ -169,6 +169,11 @@ static inline unsigned long long rthal_r

[Xenomai-core] cpu_set_t and friends undefined

2006-07-29 Thread Wolfgang Grandegger
Hello, with todays SVN version of Xenomai, the testsuite program switchtest/switch.c does not compile because cpu_set_t and friends (CPU_SET, ...) are not undefined. I'm using kernel version 2.4.25. Any idea what goes wrong. I haven't found where cpu_set_t is declared, not even in Linux

Re: [Xenomai-core] cpu_set_t and friends undefined

2006-07-29 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, with todays SVN version of Xenomai, the testsuite program switchtest/switch.c does not compile because cpu_set_t and friends (CPU_SET, ...) are not undefined. I'm using kernel version 2.4.25. Any idea what goes wrong. I haven't found where cpu_set_t is

Re: [Xenomai-core] cpu_set_t and friends undefined

2006-07-29 Thread Gilles Chanteperdrix
Wolfgang Grandegger wrote: Jan Kiszka wrote: Wolfgang Grandegger wrote: Hello, with todays SVN version of Xenomai, the testsuite program switchtest/switch.c does not compile because cpu_set_t and friends (CPU_SET, ...) are not undefined. I'm using kernel version 2.4.25.

Re: [Xenomai-core] [PATCH] detect conflict with INPUT_PCSPKR

2006-07-29 Thread Gilles Chanteperdrix
Jan Kiszka wrote: This is a simple patch to catch the very rare but fatal conflict between Xenomai's TSC emulation and the PC speaker driver on 2.6/x86. Jan --- include/asm-i386/hal.h (Revision 1390) +++ include/asm-i386/hal.h (Arbeitskopie) @@ -169,6 +169,11 @@