File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1212extern int this_is_starfire ;
1313
1414extern void check_if_starfire (void );
15- extern void starfire_cpu_setup (void );
1615extern int starfire_hard_smp_processor_id (void );
1716extern void starfire_hookup (int );
1817extern unsigned int starfire_translate (unsigned long imap , unsigned int upaid );
Original file line number Diff line number Diff line change @@ -306,11 +306,8 @@ void __init central_probe(void)
306306 int err ;
307307
308308 dp = of_find_node_by_name (NULL , "central" );
309- if (!dp ) {
310- if (this_is_starfire )
311- starfire_cpu_setup ();
309+ if (!dp )
312310 return ;
313- }
314311
315312 /* Ok we got one, grab some memory for software state. */
316313 central_bus = (struct linux_central * )
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ void check_if_starfire(void)
2828 this_is_starfire = 1 ;
2929}
3030
31- void starfire_cpu_setup (void )
32- {
33- /* Currently, nothing to do. */
34- }
35-
3631int starfire_hard_smp_processor_id (void )
3732{
3833 return upa_readl (0x1fff40000d0UL );
You can’t perform that action at this time.
0 commit comments