Re: [uml-user] [PATCH] include/asm-generic/io.h: add dummy fuctions to support 'COMPILE_TEST' in 'asm-generic'.

2013-07-03 Thread Steven Rostedt
On Thu, 2013-07-04 at 10:10 +0800, Chen Gang F T wrote: > Select "COMPILE_TEST=y" with allmodconfig, but can not pass compiling in > many architectures, one of the most reasons is "HW does not support". > > 'asm-generic' is really existent for a long time, and make an important > role for both ar

Re: [uml-user] [PATCH] include/asm-generic/io.h: add dummy fuctions to support 'COMPILE_TEST' in 'asm-generic'.

2013-07-03 Thread Steven Rostedt
On Thu, 2013-07-04 at 09:49 +0800, Chen Gang wrote: > Hmm... at least, it is neither architectures issue nor modules issue. > > So we have to look for who have duty for it, since it is a 'generic' > issue for many architectures and modules, we have to find it in > 'generic' area (e.g. "./include/

Re: [uml-user] [PATCH] include/asm-generic/io.h: add dummy fuctions to support 'COMPILE_TEST' in 'asm-generic'.

2013-07-03 Thread Steven Rostedt
On Wed, 2013-07-03 at 18:12 -0700, Greg KH wrote: > confused, Good. I thought I was the only one. Confusion loves company, that way we can follow each other around in endless circles. -- Steve -- This SF.net email is

Re: [uml-user] [PATCH] include/asm-generic/io.h: add dummy fuctions to support 'COMPILE_TEST' in 'asm-generic'.

2013-07-03 Thread Steven Rostedt
On Thu, 2013-07-04 at 10:42 +0800, Chen Gang F T wrote: > Hmm..., I think maybe also has another way: get rid of 'COMPILE_TEST' > (regress the related patch, which is only existent in next-* tree). I'm not working on linux-next at the moment. Hmm, I'm not even working on mainline at the moment, t