From 78a17d53452aa5991c34e5552c5100670499a7d6 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Mon, 3 Jul 2006 13:30:01 +0100 Subject: [PATCH] --- yaml --- r: 32566 b: refs/heads/master c: c36cd4bab5084798b401d529129a950f4a48662d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/cpu-probe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4093c23117a7..a68c51c8d786 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a01c49ad81d301fe7265dd63bfb15ee3c3754ef +refs/heads/master: c36cd4bab5084798b401d529129a950f4a48662d diff --git a/trunk/arch/mips/kernel/cpu-probe.c b/trunk/arch/mips/kernel/cpu-probe.c index 17eea1f96d9f..aa2caa67299a 100644 --- a/trunk/arch/mips/kernel/cpu-probe.c +++ b/trunk/arch/mips/kernel/cpu-probe.c @@ -548,7 +548,7 @@ static inline unsigned int decode_config3(struct cpuinfo_mips *c) return config3 & MIPS_CONF_M; } -static inline void decode_configs(struct cpuinfo_mips *c) +static void __init decode_configs(struct cpuinfo_mips *c) { /* MIPS32 or MIPS64 compliant CPU. */ c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER |