mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
It's redundant, should be cpu local. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
170 B
C
9 lines
170 B
C
#ifndef __CR_CPU_H__
|
|
#define __CR_CPU_H__
|
|
|
|
#include "asm/cpu.h"
|
|
|
|
extern bool cpu_has_feature(unsigned int feature);
|
|
extern int cpu_init(void);
|
|
|
|
#endif /* __CR_CPU_H__ */
|