freeze: change freeze-thaw to normal interrupt

Change-Id: Ib4dbac28f0074595e92ef316945b37ef4bc18327
This commit is contained in:
TOIDA,Suguru
2019-08-27 13:32:37 +09:00
committed by Masamichi Takagi
parent 299d47abf5
commit ff982b8594
8 changed files with 67 additions and 33 deletions

View File

@@ -9,6 +9,7 @@
/*
* HISTORY:
*/
/* init.h COPYRIGHT FUJITSU LIMITED 2019 */
#ifndef INIT_H
#define INIT_H
@@ -38,5 +39,6 @@ extern void dynamic_debug_sysfs_setup(void);
extern char *find_command_line(char *name);
extern int num_processors;
extern int multi_intr_mode;
#endif