From: Thomas Gleixner Date: Thu, 20 Aug 2009 08:19:54 +0000 (+0200) Subject: x86: Move memory_setup to x86_init_ops X-Git-Tag: v2.6.32-rc1~629^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b18ae3e2ff62daa9f181401759161dd8de0aadf;p=pandora-kernel.git x86: Move memory_setup to x86_init_ops memory_setup is overridden by x86_quirks and by paravirts with weak functions and quirks. Unify the whole mess and make it an unconditional x86_init_ops function which defaults to the standard function and can be overridden by the early platform code. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed