Commit 7760d546 authored by Brian S. Julin's avatar Brian S. Julin Committed by Russell King

ARM: 7005/1: freshen up mm/proc-arm946.S

The file mm/proc-arm946.S contains a typo and is missing a structure
member in __arm946_proc_info.  The former prevents compilation
and the latter causes problems during boot.  It is likely this
file was manually copied from a similar file and not tested, then
later updates to the *_proc_info structures missed this file.

This patch will apply (with offset) with or without the
recent macro unification work that has been done in this directory.
This was verified against linux-next/stable last week.

See arm-linux-kernel thread:
http://lists.arm.linux.org.uk/lurker/message/20110718.103237.0106d468.en.htmlSigned-off-by: default avatarBrian S. Julin <bri@abrij.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4d66164e
...@@ -410,6 +410,7 @@ __arm946_proc_info: ...@@ -410,6 +410,7 @@ __arm946_proc_info:
.long 0x41009460 .long 0x41009460
.long 0xff00fff0 .long 0xff00fff0
.long 0 .long 0
.long 0
b __arm946_setup b __arm946_setup
.long cpu_arch_name .long cpu_arch_name
.long cpu_elf_name .long cpu_elf_name
...@@ -418,6 +419,6 @@ __arm946_proc_info: ...@@ -418,6 +419,6 @@ __arm946_proc_info:
.long arm946_processor_functions .long arm946_processor_functions
.long 0 .long 0
.long 0 .long 0
.long arm940_cache_fns .long arm946_cache_fns
.size __arm946_proc_info, . - __arm946_proc_info .size __arm946_proc_info, . - __arm946_proc_info
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment