mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
cpuinfo: arm -- Fix build
Add missing implementations for ARM platforms. Reported-by: Mr. Travis Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
cd1a6dc97f
commit
b52935d7b9
@ -33,3 +33,13 @@ int cpu_validate_image_cpuinfo_single(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
int cpuinfo_dump(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
int cpuinfo_check(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
@ -33,3 +33,13 @@ int cpu_validate_image_cpuinfo_single(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
int cpuinfo_dump(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
int cpuinfo_check(void)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user