]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7005/1: freshen up mm/proc-arm946.S
authorBrian S. Julin <bri@abrij.org>
Sun, 24 Jul 2011 15:53:50 +0000 (16:53 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 8 Aug 2011 08:38:06 +0000 (09:38 +0100)
commit769977be1c08d033f3907819cda752274b4c5d16
treed7572d5c8d2a8f3afd3ee92975b1b10ee0aab9dd
parent533e10140770a7a4b726fa21d0773566d5486b67
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.html

Signed-off-by: Brian S. Julin <bri@abrij.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-arm946.S