aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/bugs.h
blob: 71110a65c1d780bd0ed887d67c2c1955db726bb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  include/asm-v850e/bugs.h
 *
 *  Copyright (C) 1994  Linus Torvalds
 */

/*
 * This is included by init/main.c to check for architecture-dependent bugs.
 *
 * Needs:
 *	void check_bugs(void);
 */

static void check_bugs(void)
{
}