powerpc: fix for long standing bug noticed by gcc 4.4.0
commit1e4f26e2ab78b52720c3ef2b3c5fb015b11c4867
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Apr 2009 12:56:11 +0000 (23 22:56 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Jun 2009 16:40:15 +0000 (15 09:40 -0700)
tree3acb9a8e814230dd995c62b9d9579215a193e01f
parent05a0478d956820a6f168ed9f65c00da688cc5751
powerpc: fix for long standing bug noticed by gcc 4.4.0

commit b62c31ae401c6df25c61b206681a6e904ef97169 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/mm/tlb_nohash_low.S