blob: 82d510c9c996e6eb5cf4407625bd7b53a4fe649e [file] [log] [blame]
Thomas Gleixner57844a82009-08-19 14:48:38 +02001/*
2 * Copyright (C) 2009 Thomas Gleixner <tglx@linutronix.de>
3 *
4 * For licencing details see kernel-base/COPYING
5 */
6#include <linux/init.h>
7
8#include <asm/x86_init.h>
9
10void __cpuinit x86_init_noop(void) { }
11
12/*
13 * The platform setup functions are preset with the default functions
14 * for standard PC hardware.
15 */
16struct __initdata x86_init_ops x86_init = {
17};