Commit 8f765b84 authored by Rickard Strandqvist's avatar Rickard Strandqvist Committed by David S. Miller

arch: sparc: kernel: starfire.c: Remove unused function

Remove the function starfire_hard_smp_processor_id() that is not used anywhere.

This was partially found by using a static code analysis program called cppcheck.
Signed-off-by: default avatarRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb26285d
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
extern int this_is_starfire; extern int this_is_starfire;
void check_if_starfire(void); void check_if_starfire(void);
int starfire_hard_smp_processor_id(void);
void starfire_hookup(int); void starfire_hookup(int);
unsigned int starfire_translate(unsigned long imap, unsigned int upaid); unsigned int starfire_translate(unsigned long imap, unsigned int upaid);
......
...@@ -28,11 +28,6 @@ void check_if_starfire(void) ...@@ -28,11 +28,6 @@ void check_if_starfire(void)
this_is_starfire = 1; this_is_starfire = 1;
} }
int starfire_hard_smp_processor_id(void)
{
return upa_readl(0x1fff40000d0UL);
}
/* /*
* Each Starfire board has 32 registers which perform translation * Each Starfire board has 32 registers which perform translation
* and delivery of traditional interrupt packets into the extended * and delivery of traditional interrupt packets into the extended
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment