Re: About TS-263

2010-03-24 Thread Leif Hedstrom
On 03/24/2010 07:08 AM, Jason Giedymin wrote: About ts-263 My first instinct as driver developer is to do: #if KERNEL_VERSION >= LINUX_VERSION_CODE That's one option. I wonder, would it be possible to have an autoconf "test" that actually verifies that eventfd() work

About TS-263

2010-03-24 Thread Jason Giedymin
About ts-263 My first instinct as driver developer is to do: #if KERNEL_VERSION >= LINUX_VERSION_CODE Use 2.6.x API or whatever ... Maybe wrap it, dunno Thoughts? -Jason