aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/x86_init.c
blob: 82d510c9c996e6eb5cf4407625bd7b53a4fe649e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2009 Thomas Gleixner <tglx@linutronix.de>
 *
 *  For licencing details see kernel-base/COPYING
 */
#include <linux/init.h>

#include <asm/x86_init.h>

void __cpuinit x86_init_noop(void) { }

/*
 * The platform setup functions are preset with the default functions
 * for standard PC hardware.
 */
struct __initdata x86_init_ops x86_init = {
};