Home
last modified time | relevance | path

Searched refs:_machine_kexec_shutdown (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/kernel/ !
H A Dmachine_kexec.c31 void (*_machine_kexec_shutdown)(void) = NULL; variable
139 if (_machine_kexec_shutdown) in machine_shutdown()
140 _machine_kexec_shutdown(); in machine_shutdown()