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

Commit be8a6d45 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Remove duplicate definition of check_for_high_segbits.



In C, one definition is sufficient.

Signed-off-by: default avatarDavid Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5304/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 101b82f5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -301,10 +301,6 @@ 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

static int check_for_high_segbits __cpuinitdata;

static unsigned int kscratch_used_mask __cpuinitdata;