Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218739
b: refs/heads/master
c: a5e03ca
h: refs/heads/master
i:
  218737: 7bfc2de
  218735: ed383e5
v: v3
  • Loading branch information
Akira Takeuchi authored and David Howells committed Oct 27, 2010
1 parent 6fd34f6 commit 35f730b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72d36faffbe2f12233026118e169fc1a10c6cb8e
refs/heads/master: a5e03ca2fd57a5823b759981bff8d19b46ddad4d
4 changes: 2 additions & 2 deletions trunk/arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ config GENERIC_HARDIRQS
config HOTPLUG_CPU
def_bool n

mainmenu "Matsushita MN10300/AM33 Kernel Configuration"
mainmenu "Panasonic MN10300/AM33 Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"


menu "Matsushita MN10300 system setup"
menu "Panasonic MN10300 system setup"

choice
prompt "Unit type"
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mn10300/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void __init cpu_init(void)
if (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],
(cpurev & CPUREV_REVISION) >> CPUREV_REVISION_S);

Expand Down Expand Up @@ -246,7 +246,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)

seq_printf(m,
"processor : %ld\n"
"vendor_id : Matsushita\n"
"vendor_id : " PROCESSOR_VENDOR_NAME "\n"
"cpu core : %s\n"
"cpu rev : %lu\n"
"model name : " PROCESSOR_MODEL_NAME "\n"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/proc-mn103e010/include/proc/proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef _ASM_PROC_PROC_H
#define _ASM_PROC_PROC_H

#define PROCESSOR_VENDOR_NAME "Matsushita"
#define PROCESSOR_VENDOR_NAME "Panasonic"
#define PROCESSOR_MODEL_NAME "mn103e010"

#endif /* _ASM_PROC_PROC_H */

0 comments on commit 35f730b

Please sign in to comment.