commit | b62c31ae401c6df25c61b206681a6e904ef97169 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Apr 23 22:56:11 2009 +1000 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 23 08:52:16 2009 -0500 |
tree | 42ae15a818eccb959353816b97eec9db572ae77b | |
parent | 323d23aeac4918c7a540b597a26fa7a67645593a [diff] |
powerpc: fix for long standing bug noticed by gcc 4.4.0 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 <sfr@canb.auug.org.au> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>