freeze: allow interrupts in frozen state
Change-Id: I1d502f828ab9f9c0e1223d021979ac3dcf4d0c25
This commit is contained in:
committed by
Masamichi Takagi
parent
ff982b8594
commit
8e4073c2ca
@ -9,7 +9,7 @@
|
||||
/*
|
||||
* HISTORY
|
||||
*/
|
||||
/* cpu.h COPYRIGHT FUJITSU LIMITED 2015-2016 */
|
||||
/* cpu.h COPYRIGHT FUJITSU LIMITED 2015-2019 */
|
||||
|
||||
#ifndef IHK_CPU_H
|
||||
#define IHK_CPU_H
|
||||
@ -28,6 +28,7 @@ void cpu_restore_interrupt(unsigned long);
|
||||
void cpu_pause(void);
|
||||
|
||||
unsigned long cpu_disable_interrupt_save(void);
|
||||
unsigned long cpu_enable_interrupt_save(void);
|
||||
|
||||
struct ihk_mc_interrupt_handler {
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user