diff options
Diffstat (limited to 'arch/powerpc/platforms/86xx/gef_sbc610.c')
| -rw-r--r-- | arch/powerpc/platforms/86xx/gef_sbc610.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/86xx/gef_sbc610.c b/arch/powerpc/platforms/86xx/gef_sbc610.c index e10688a0fc4..5090d608d9e 100644 --- a/arch/powerpc/platforms/86xx/gef_sbc610.c +++ b/arch/powerpc/platforms/86xx/gef_sbc610.c | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * GE Fanuc SBC610 board support | 2 | * GE SBC610 board support |
| 3 | * | 3 | * |
| 4 | * Author: Martyn Welch <martyn.welch@gefanuc.com> | 4 | * Author: Martyn Welch <martyn.welch@ge.com> |
| 5 | * | 5 | * |
| 6 | * Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc. | 6 | * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc. |
| 7 | * | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify it | 8 | * This program is free software; you can redistribute it and/or modify it |
| 9 | * under the terms of the GNU General Public License as published by the | 9 | * under the terms of the GNU General Public License as published by the |
| @@ -82,7 +82,7 @@ static void __init gef_sbc610_setup_arch(void) | |||
| 82 | } | 82 | } |
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | printk(KERN_INFO "GE Fanuc Intelligent Platforms SBC610 6U VPX SBC\n"); | 85 | printk(KERN_INFO "GE Intelligent Platforms SBC610 6U VPX SBC\n"); |
| 86 | 86 | ||
| 87 | #ifdef CONFIG_SMP | 87 | #ifdef CONFIG_SMP |
| 88 | mpc86xx_smp_init(); | 88 | mpc86xx_smp_init(); |
| @@ -133,7 +133,7 @@ static void gef_sbc610_show_cpuinfo(struct seq_file *m) | |||
| 133 | { | 133 | { |
| 134 | uint svid = mfspr(SPRN_SVR); | 134 | uint svid = mfspr(SPRN_SVR); |
| 135 | 135 | ||
| 136 | seq_printf(m, "Vendor\t\t: GE Fanuc Intelligent Platforms\n"); | 136 | seq_printf(m, "Vendor\t\t: GE Intelligent Platforms\n"); |
| 137 | 137 | ||
| 138 | seq_printf(m, "Revision\t: %u%c\n", gef_sbc610_get_pcb_rev(), | 138 | seq_printf(m, "Revision\t: %u%c\n", gef_sbc610_get_pcb_rev(), |
| 139 | ('A' + gef_sbc610_get_board_rev() - 1)); | 139 | ('A' + gef_sbc610_get_board_rev() - 1)); |
| @@ -212,7 +212,7 @@ static int __init declare_of_platform_devices(void) | |||
| 212 | machine_device_initcall(gef_sbc610, declare_of_platform_devices); | 212 | machine_device_initcall(gef_sbc610, declare_of_platform_devices); |
| 213 | 213 | ||
| 214 | define_machine(gef_sbc610) { | 214 | define_machine(gef_sbc610) { |
| 215 | .name = "GE Fanuc SBC610", | 215 | .name = "GE SBC610", |
| 216 | .probe = gef_sbc610_probe, | 216 | .probe = gef_sbc610_probe, |
| 217 | .setup_arch = gef_sbc610_setup_arch, | 217 | .setup_arch = gef_sbc610_setup_arch, |
| 218 | .init_IRQ = gef_sbc610_init_irq, | 218 | .init_IRQ = gef_sbc610_init_irq, |
