On (04/09/16 22:05), Rui Salvaterra wrote: > Note that the 64-bit preprocessor test is not a cleanup, it's part of > the fix, since those identifiers are bogus (for example, __ppc64__ > isn't defined anywhere else in the kernel, which means we'd fall into > the 32-bit definitions on ppc64).
good find. > Tested on ppc64 with no regression on x86_64. > > [1] http://marc.info/?l=linux-kernel&m=145994470805853&w=4 > > Cc: sta...@vger.kernel.org > Suggested-by: Sergey Senozhatsky <sergey.senozhat...@gmail.com> > Signed-off-by: Rui Salvaterra <rsalvate...@gmail.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhat...@gmail.com> -ss