mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
18 lines
209 B
C
18 lines
209 B
C
#undef LOG_PREFIX
|
|
#define LOG_PREFIX "cpu: "
|
|
|
|
#include "cpu.h"
|
|
|
|
void cpu_set_feature(unsigned int feature)
|
|
{
|
|
}
|
|
|
|
bool cpu_has_feature(unsigned int feature)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
int cpu_init(void)
|
|
{
|
|
return 0;
|
|
}
|