diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-31 23:56:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-31 23:56:15 -0400 |
commit | b69416b51be0757c82f1c5a0a3f0995a4484dab4 (patch) | |
tree | 94e98fd171093dd4655fa773991ad771b7e43afe /arch/sparc64/mm | |
parent | 5843492ccce3568ff6eb6efc52fb793923207d0b (diff) |
sparc64: Rewrite central driver.
This driver is now limited to just doing the basic clock board and FHC
chip initialization and registering the platform devices for the
per-board LEDs, which are driven by the new LEDS_STARFIRE driver.
The IRQ register handling is already confined purely to the device
tree code.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/mm')
-rw-r--r-- | arch/sparc64/mm/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 75d82e293c89..8cc1892c5540 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
@@ -1673,8 +1673,6 @@ void __cpuinit sun4v_ktsb_register(void) | |||
1673 | 1673 | ||
1674 | /* paging_init() sets up the page tables */ | 1674 | /* paging_init() sets up the page tables */ |
1675 | 1675 | ||
1676 | extern void central_probe(void); | ||
1677 | |||
1678 | static unsigned long last_valid_pfn; | 1676 | static unsigned long last_valid_pfn; |
1679 | pgd_t swapper_pg_dir[2048]; | 1677 | pgd_t swapper_pg_dir[2048]; |
1680 | 1678 | ||
@@ -1844,7 +1842,6 @@ void __init paging_init(void) | |||
1844 | 1842 | ||
1845 | printk("Booting Linux...\n"); | 1843 | printk("Booting Linux...\n"); |
1846 | 1844 | ||
1847 | central_probe(); | ||
1848 | cpu_probe(); | 1845 | cpu_probe(); |
1849 | } | 1846 | } |
1850 | 1847 | ||