Re: [PATCH v2] powerpc: fix for long standing bug noticed by gcc 4.4.0

2009-04-23 Thread Kumar Gala
On Apr 23, 2009, at 7:56 AM, Stephen Rothwell wrote: Previous gcc versions didn't notice this because one of the preceding #ifs always evaluated to true. gcc 4.4.0 produced this error: arch/powerpc/mm/tlb_nohash_low.S:206:6: error: #elif with no expression Signed-off-by: Stephen Rothwell

[PATCH v2] powerpc: fix for long standing bug noticed by gcc 4.4.0

2009-04-23 Thread Stephen Rothwell
Previous gcc versions didn't notice this because one of the preceding #ifs always evaluated to true. gcc 4.4.0 produced this error: arch/powerpc/mm/tlb_nohash_low.S:206:6: error: #elif with no expression Signed-off-by: Stephen Rothwell Acked-by: Josh Boyer --- arch/powerpc/mm/tlb_nohash_low.S