2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

cpu: Make cpu routines being per-acrh

They are really depends on CPU we're running on.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2013-02-18 17:54:49 +04:00
committed by Pavel Emelyanov
parent f50f7d01ec
commit fcb9a9bfb1
9 changed files with 64 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ union fdinfo_entries {
extern int parse_fdinfo(int fd, int type,
int (*cb)(union fdinfo_entries *e, void *arg), void *arg);
extern int parse_cpuinfo_features(void);
extern int parse_cpuinfo_features(int (*handler)(char *tok));
extern int parse_file_locks(void);
#endif /* __CR_PROC_PARSE_H__ */