projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[linux-2.6]
/
include
/
asm-sparc64
/
bugs.h
1
/* bugs.h: Sparc64 probes for various bugs.
2
*
3
* Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
4
*/
5
#include <asm/sstate.h>
6
7
static void __init check_bugs(void)
8
{
9
sstate_running();
10
}