Re: [PATCH -mm] define empty unxlate_dev_mem_ptr on AVR32

2008-01-26 Thread Ingo Molnar
* Ben Nizette <[EMAIL PROTECTED]> wrote: > + * We just keep an empty definition of this around (a-la the asm-generic > + * implementation) to keep /dev/mem happy > + */ > +#define unxlate_dev_mem_ptr(p, a) {} We havent had the PAT patches in x86.git for some time so there's no unxlate_dev_mem_p

Re: [PATCH -mm] define empty unxlate_dev_mem_ptr on AVR32

2008-01-24 Thread Ben Nizette
Haavard Skinnemoen wrote: > On Wed, 23 Jan 2008 22:53:54 +1100 > Ben Nizette <[EMAIL PROTECTED]> wrote: > >> /* >> + * We just keep an empty definition of this around (a-la the asm-generic >> + * implementation) to keep /dev/mem happy >> + */ >> +#define unxlate_dev_mem_ptr(p, a) {} > > Thanks,

Re: [PATCH -mm] define empty unxlate_dev_mem_ptr on AVR32

2008-01-24 Thread Haavard Skinnemoen
On Wed, 23 Jan 2008 22:53:54 +1100 Ben Nizette <[EMAIL PROTECTED]> wrote: > /* > + * We just keep an empty definition of this around (a-la the asm-generic > + * implementation) to keep /dev/mem happy > + */ > +#define unxlate_dev_mem_ptr(p, a) {} Thanks, but this should be either #define unxlat