mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 09:10:10 +00:00
x86: cpu -- Update default cpu-cap option
To preserve backward compatibility because strict mode now lays under own block. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Reviewed-by: Dmitry Safonov <0x7f454c46@gmaill.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
f2bf496571
commit
5b574fffc6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#define CPU_CAP_INS (1u << 2) /* Instructions CPU capability */
|
||||
#define CPU_CAP_IMAGE (1u << 3) /* Write capability on dump and read on restore*/
|
||||
#define CPU_CAP_ALL (CPU_CAP_FPU | CPU_CAP_CPU | CPU_CAP_INS)
|
||||
#define CPU_CAP_DEFAULT (CPU_CAP_FPU)
|
||||
#define CPU_CAP_DEFAULT (CPU_CAP_FPU | CPU_CAP_CPU)
|
||||
|
||||
struct cg_root_opt {
|
||||
struct list_head node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue