Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame^] | 1 | /* |
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 | |||||
10 | void __cpuinit x86_init_noop(void) { } | ||||
11 | |||||
12 | /* | ||||
13 | * The platform setup functions are preset with the default functions | ||||
14 | * for standard PC hardware. | ||||
15 | */ | ||||
16 | struct __initdata x86_init_ops x86_init = { | ||||
17 | }; |