diff options
author | Akira Takeuchi <takeuchi.akr@jp.panasonic.com> | 2010-10-27 12:29:00 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-27 12:29:00 -0400 |
commit | a5e03ca2fd57a5823b759981bff8d19b46ddad4d (patch) | |
tree | 0e35b98f3561f7ffab72258e4f618e2a80478a84 /arch/mn10300/kernel/setup.c | |
parent | 72d36faffbe2f12233026118e169fc1a10c6cb8e (diff) |
MN10300: Change "Matsushita" to "Panasonic".
Change externally visible "Matsushita" instances to "Panasonic" throughout the
MN10300 arch code.
Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300/kernel/setup.c')
-rw-r--r-- | arch/mn10300/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/kernel/setup.c b/arch/mn10300/kernel/setup.c index 12514570ed5d..9e7a3209a3e1 100644 --- a/arch/mn10300/kernel/setup.c +++ b/arch/mn10300/kernel/setup.c | |||
@@ -187,7 +187,7 @@ void __init cpu_init(void) | |||
187 | if (type > mn10300_known_cpus) | 187 | if (type > mn10300_known_cpus) |
188 | type = mn10300_known_cpus; | 188 | type = mn10300_known_cpus; |
189 | 189 | ||
190 | printk(KERN_INFO "Matsushita %s, rev %ld\n", | 190 | printk(KERN_INFO "Panasonic %s, rev %ld\n", |
191 | mn10300_cputypes[type], | 191 | mn10300_cputypes[type], |
192 | (cpurev & CPUREV_REVISION) >> CPUREV_REVISION_S); | 192 | (cpurev & CPUREV_REVISION) >> CPUREV_REVISION_S); |
193 | 193 | ||
@@ -246,7 +246,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
246 | 246 | ||
247 | seq_printf(m, | 247 | seq_printf(m, |
248 | "processor : %ld\n" | 248 | "processor : %ld\n" |
249 | "vendor_id : Matsushita\n" | 249 | "vendor_id : " PROCESSOR_VENDOR_NAME "\n" |
250 | "cpu core : %s\n" | 250 | "cpu core : %s\n" |
251 | "cpu rev : %lu\n" | 251 | "cpu rev : %lu\n" |
252 | "model name : " PROCESSOR_MODEL_NAME "\n" | 252 | "model name : " PROCESSOR_MODEL_NAME "\n" |