ARM: simplify early machine init hooks
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Dec 2010 10:18:36 +0000 (10:18 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 24 Dec 2010 09:49:51 +0000 (09:49 +0000)
Rather than storing each machine init hook separately, store a
pointer to the machine description record and dereference this
instead.  This pointer is only available while the init sections
are present, which is not a problem as we only use it from init
code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found