Release 4.12 include/asm-generic/emergency-restart.h
#ifndef _ASM_GENERIC_EMERGENCY_RESTART_H
#define _ASM_GENERIC_EMERGENCY_RESTART_H
static inline void machine_emergency_restart(void)
{
machine_restart(NULL);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric W. Biedermann | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
#endif /* _ASM_GENERIC_EMERGENCY_RESTART_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric W. Biedermann | 23 | 100.00% | 1 | 100.00% |
Total | 23 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.