mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
infect: Move processor-flags.h into compel
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
468a649225
commit
dec9a25054
@@ -7,7 +7,6 @@
|
||||
#include "asm/restorer.h"
|
||||
#include "common/compiler.h"
|
||||
#include "ptrace.h"
|
||||
#include "asm/processor-flags.h"
|
||||
#include "asm/dump.h"
|
||||
#include "protobuf.h"
|
||||
#include "images/core.pb-c.h"
|
||||
|
@@ -1,4 +0,0 @@
|
||||
#ifndef __CR_PROCESSOR_FLAGS_H__
|
||||
#define __CR_PROCESSOR_FLAGS_H__
|
||||
|
||||
#endif
|
@@ -6,7 +6,7 @@
|
||||
#include "common/compiler.h"
|
||||
#include "asm/dump.h"
|
||||
#include "ptrace.h"
|
||||
#include "asm/processor-flags.h"
|
||||
#include "compel/include/asm/processor-flags.h"
|
||||
#include "protobuf.h"
|
||||
#include "images/core.pb-c.h"
|
||||
#include "images/creds.pb-c.h"
|
||||
|
@@ -1,4 +0,0 @@
|
||||
#ifndef __CR_PROCESSOR_FLAGS_H__
|
||||
#define __CR_PROCESSOR_FLAGS_H__
|
||||
|
||||
#endif
|
@@ -5,11 +5,11 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
#include "asm/processor-flags.h"
|
||||
#include "asm/fpu.h"
|
||||
#include "asm/cpu.h"
|
||||
#include "kerndat.h"
|
||||
|
||||
#include "compel/include/asm/processor-flags.h"
|
||||
#include "compel/include/errno.h"
|
||||
#include "uapi/std/syscall-codes.h"
|
||||
#include "compel/include/asm/syscall.h"
|
||||
|
Reference in New Issue
Block a user