From: Russell King Date: Mon, 20 Dec 2010 10:18:36 +0000 (+0000) Subject: ARM: simplify early machine init hooks X-Git-Tag: v2.6.38-rc1~471^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff1443c5439ecee7472b80cf12ecfc337e6ee98;p=pandora-kernel.git ARM: simplify early machine init hooks 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 --- Reading git-diff-tree failed