aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/bugs.h
blob: 11ade6841971f22e671cd26578bb851eac6ba02c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* bugs.h: Sparc64 probes for various bugs.
 *
 * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
 */
#include <asm/sstate.h>

static void __init check_bugs(void)
{
	sstate_running();
}