Sorry about that. Perhaps you can send it with a Signed-off-by: to lmo. David Daney -------- Original Message -------- Subject: check_for_high_segbits not used when 32bit Date: Fri, 30 Apr 2010 17:57:53 +0200 From: Ralf Rösch <ralf.roesch@xxxxxxxxxx> To: ddaney@xxxxxxxxxxxxxxxxxx Hi David, check_for_high_segbits are only used when 64 bit kernel. CC arch/mips/mm/tlbex.o cc1: warnings being treated as errors /pub/build/linux-mips/work-2.6/arch/mips/mm/tlbex.c:172: error: ‘check_for_high_segbits’ defined but not used make[6]: *** [arch/mips/mm/tlbex.o] Fehler 1 regards Ralf diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index e60ea35..86f004d 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c @@ -169,7 +169,9 @@ static u32 tlb_handler[128] __cpuinitdata; static struct uasm_label labels[128] __cpuinitdata; static struct uasm_reloc relocs[128] __cpuinitdata; +#ifdef CONFIG_64BIT static int check_for_high_segbits __cpuinitdata; +#endif #ifndef CONFIG_MIPS_PGD_C0_CONTEXT /* -- Roesch& Walter___________________________________________ Industrie-Elektronik GmbH * Tel.: +49-7824 / 6628-0 Wörtelweg 2b/c * Fax: +49-7824 / 6628-29 D-77963 Schwanau * mailto:ralf.roesch@xxxxxxxxxx Germany * WWW: http://www.rw-gmbh.de Amtsgericht Freiburg i.Br. HRB 391345 Geschäftsführer: Dipl.Ing.(FH) Ralf Rösch, Dipl.Ing.(FH) Martin Walter