repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: add gbpages support to lookup_address
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-sparc64
/
bugs.h
blob
11ade6841971f22e671cd26578bb851eac6ba02c
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
}