Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b62c31ae authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Kumar Gala
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 323d23ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,6 +191,6 @@ ALT_MMU_FTR_SECTION_END_IFCLR(MMU_FTR_USE_TLBILX)
	isync
1:	wrtee	r10
	blr
#elif
#else
#error Unsupported processor type !
#endif