diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 0c84a44b43b4..c53dbbb4490a 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
@@ -90,7 +90,7 @@ static void pseries_dedicated_idle(void); | |||
90 | static volatile void __iomem * chrp_int_ack_special; | 90 | static volatile void __iomem * chrp_int_ack_special; |
91 | struct mpic *pSeries_mpic; | 91 | struct mpic *pSeries_mpic; |
92 | 92 | ||
93 | void pSeries_get_cpuinfo(struct seq_file *m) | 93 | void pSeries_show_cpuinfo(struct seq_file *m) |
94 | { | 94 | { |
95 | struct device_node *root; | 95 | struct device_node *root; |
96 | const char *model = ""; | 96 | const char *model = ""; |
@@ -599,7 +599,7 @@ struct machdep_calls __initdata pSeries_md = { | |||
599 | .probe = pSeries_probe, | 599 | .probe = pSeries_probe, |
600 | .setup_arch = pSeries_setup_arch, | 600 | .setup_arch = pSeries_setup_arch, |
601 | .init_early = pSeries_init_early, | 601 | .init_early = pSeries_init_early, |
602 | .get_cpuinfo = pSeries_get_cpuinfo, | 602 | .show_cpuinfo = pSeries_show_cpuinfo, |
603 | .log_error = pSeries_log_error, | 603 | .log_error = pSeries_log_error, |
604 | .pcibios_fixup = pSeries_final_fixup, | 604 | .pcibios_fixup = pSeries_final_fixup, |
605 | .pci_probe_mode = pSeries_pci_probe_mode, | 605 | .pci_probe_mode = pSeries_pci_probe_mode, |