aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/obio.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-02 01:17:41 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-08 15:40:45 -0700
commit7b1af32f52077402157f8bb8fc22d8da17606095 (patch)
tree892fea67b0775b1d87319b092e93e206e293a911 /arch/sparc/include/asm/obio.h
parent365b50f0f09c1a24f1a60e0c027f300ed423c192 (diff)
sparc32: Move sun4d show_leds() out of asm/obio.h
Put it, as well as cpu_leds[] array, into sun4d_irq.c Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/obio.h')
-rw-r--r--arch/sparc/include/asm/obio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sparc/include/asm/obio.h b/arch/sparc/include/asm/obio.h
index 1a7544ceb57..4ade0c8a2c7 100644
--- a/arch/sparc/include/asm/obio.h
+++ b/arch/sparc/include/asm/obio.h
@@ -155,17 +155,6 @@ static inline void bw_set_ctrl(int cpu, unsigned ctrl)
"i" (ASI_M_CTL));
}
-extern unsigned char cpu_leds[32];
-
-static inline void show_leds(int cpuid)
-{
- cpuid &= 0x1e;
- __asm__ __volatile__ ("stba %0, [%1] %2" : :
- "r" ((cpu_leds[cpuid] << 4) | cpu_leds[cpuid+1]),
- "r" (ECSR_BASE(cpuid) | BB_LEDS),
- "i" (ASI_M_CTL));
-}
-
static inline unsigned cc_get_ipen(void)
{
unsigned pending;