* Fwd: check_for_high_segbits not used when 32bit
@ 2010-04-30 16:57 David Daney
2010-04-30 17:12 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2010-04-30 16:57 UTC (permalink / raw)
To: linux-mips, Ralf Baechle, Ralf Rösch
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@rw-gmbh.de>
To: ddaney@caviumnetworks.com
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@rw-gmbh.de
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Fwd: check_for_high_segbits not used when 32bit
2010-04-30 16:57 Fwd: check_for_high_segbits not used when 32bit David Daney
@ 2010-04-30 17:12 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-04-30 17:12 UTC (permalink / raw)
To: David Daney; +Cc: linux-mips, Ralf Rösch
On Fri, Apr 30, 2010 at 09:57:46AM -0700, David Daney wrote:
> Sorry about that.
>
> Perhaps you can send it with a Signed-off-by: to lmo.
Not needed - I ran into the same issue and the fix is already committed.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-30 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 16:57 Fwd: check_for_high_segbits not used when 32bit David Daney
2010-04-30 17:12 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox