commit | 8fee697d990c54976c8dc167270633299e2515d2 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 19 14:55:50 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 27 17:12:52 2009 +0200 |
tree | 2236f4907bf6586892df8412224c415581311948 | |
parent | f7cf5a5b8c0e59eac8d30b62271cb0fa52e53ebc [diff] |
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 <tglx@linutronix.de>