- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Mon, 27 Jun 2005 10:47:08 +0100
On 26/06/2005 16:31, Frank Mori Hess wrote: > On Thursday 23 June 2005 11:56 am, James Mazer wrote: >>Can anybody confirm getting comedi compiled on a post 2.6.9 kernel? > > It compiles fine for me against a vanilla 2.6.12.1 kernel, although I do > get a lot of annoying warnings due to the write*() macros being changed to > static inline functions that take a pointer for the address. Historically, some architectures expected a pointer and others expected an unsigned long for read*() and write*(). Maybe we should migrate to using the ioread*() and iowrite*() functions, that take a void __iomem * on all architectures. -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2005-06-27Z08:47:08