x86: Add x86_init infrastructure
[firefly-linux-kernel-4.4.55.git] / arch / x86 / kernel / x86_init.c
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 };