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
ARM: perf: use integers for ARMv7 event indices
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-generic
/
emergency-restart.h
blob
0d68a1eae98528b3c2f711774ecf01b4c2a21dbb
1
#ifndef _ASM_GENERIC_EMERGENCY_RESTART_H
2
#define _ASM_GENERIC_EMERGENCY_RESTART_H
3
4
static
inline
void
machine_emergency_restart
(
void
)
5
{
6
machine_restart
(
NULL
);
7
}
8
9
#endif
/* _ASM_GENERIC_EMERGENCY_RESTART_H */