x86, lib: Add wbinvd smp helpers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / kernel / mrst.c
blob3b7078abc871bf4736681afa5937c5089d9a90de
1 /*
2 * mrst.c: Intel Moorestown platform specific setup code
4 * (C) Copyright 2008 Intel Corporation
5 * Author: Jacob Pan (jacob.jun.pan@intel.com)
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; version 2
10 * of the License.
12 #include <linux/init.h>
14 #include <asm/setup.h>
17 * Moorestown specific x86_init function overrides and early setup
18 * calls.
20 void __init x86_mrst_early_setup(void)
22 x86_init.resources.probe_roms = x86_init_noop;
23 x86_init.resources.reserve_resources = x86_init_noop;