Redirect kmsg to /dev/log and detect hungup
1. ihkmond retrieves kmsg when the amount of kmsg exceeds the threashold and /dev/mcosX is deleted 2. ihkmond periodically monitors OS status change to detect hungup
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#define INIT_H
|
||||
|
||||
extern void arch_init(void);
|
||||
extern void kmsg_init(int);
|
||||
extern void mem_init(void);
|
||||
extern void ihk_ikc_master_init(void);
|
||||
extern void ap_init(void);
|
||||
|
||||
@@ -13,9 +13,8 @@
|
||||
#ifndef KMSG_H
|
||||
#define KMSG_H
|
||||
|
||||
void kmsg_init(void);
|
||||
void kputs(char *buf);
|
||||
int kprintf(const char *format, ...);
|
||||
|
||||
void kmsg_init(int);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user