From: Thomas Gleixner Date: Wed, 19 Aug 2009 12:55:50 +0000 (+0200) Subject: x86: Add request_standard_resources to x86_init X-Git-Tag: v2.6.32-rc1~629^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fee697d990c54976c8dc167270633299e2515d2;p=pandora-kernel.git x86: Add request_standard_resources to x86_init The 32bit and the 64bit code are slighty different in the reservation of standard resources. Also the upcoming Moorestown support needs its own version of that. Add it to x86_init_ops and initialize it with the 64bit default. 32bit overrides it in early boot. Now moorestown can add it's own override w/o sprinkling the code with more #ifdefs Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed