提交 a5e03ca2 编写于 作者: A Akira Takeuchi 提交者: David Howells

MN10300: Change "Matsushita" to "Panasonic".

Change externally visible "Matsushita" instances to "Panasonic" throughout the
MN10300 arch code.
Signed-off-by: NAkira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: NKiyoshi Owada <owada.kiyoshi@jp.panasonic.com>
Signed-off-by: NDavid Howells <dhowells@redhat.com>
上级 72d36faf
...@@ -93,14 +93,14 @@ config GENERIC_HARDIRQS ...@@ -93,14 +93,14 @@ config GENERIC_HARDIRQS
config HOTPLUG_CPU config HOTPLUG_CPU
def_bool n def_bool n
mainmenu "Matsushita MN10300/AM33 Kernel Configuration" mainmenu "Panasonic MN10300/AM33 Kernel Configuration"
source "init/Kconfig" source "init/Kconfig"
source "kernel/Kconfig.freezer" source "kernel/Kconfig.freezer"
menu "Matsushita MN10300 system setup" menu "Panasonic MN10300 system setup"
choice choice
prompt "Unit type" prompt "Unit type"
......
...@@ -187,7 +187,7 @@ void __init cpu_init(void) ...@@ -187,7 +187,7 @@ void __init cpu_init(void)
if (type > mn10300_known_cpus) if (type > mn10300_known_cpus)
type = mn10300_known_cpus; type = mn10300_known_cpus;
printk(KERN_INFO "Matsushita %s, rev %ld\n", printk(KERN_INFO "Panasonic %s, rev %ld\n",
mn10300_cputypes[type], mn10300_cputypes[type],
(cpurev & CPUREV_REVISION) >> CPUREV_REVISION_S); (cpurev & CPUREV_REVISION) >> CPUREV_REVISION_S);
...@@ -246,7 +246,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) ...@@ -246,7 +246,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
seq_printf(m, seq_printf(m,
"processor : %ld\n" "processor : %ld\n"
"vendor_id : Matsushita\n" "vendor_id : " PROCESSOR_VENDOR_NAME "\n"
"cpu core : %s\n" "cpu core : %s\n"
"cpu rev : %lu\n" "cpu rev : %lu\n"
"model name : " PROCESSOR_MODEL_NAME "\n" "model name : " PROCESSOR_MODEL_NAME "\n"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#ifndef _ASM_PROC_PROC_H #ifndef _ASM_PROC_PROC_H
#define _ASM_PROC_PROC_H #define _ASM_PROC_PROC_H
#define PROCESSOR_VENDOR_NAME "Matsushita" #define PROCESSOR_VENDOR_NAME "Panasonic"
#define PROCESSOR_MODEL_NAME "mn103e010" #define PROCESSOR_MODEL_NAME "mn103e010"
#endif /* _ASM_PROC_PROC_H */ #endif /* _ASM_PROC_PROC_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册