2
0
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:
Pavel Emelyanov
2016-10-27 16:23:27 +03:00
committed by Andrei Vagin
parent 468a649225
commit dec9a25054
7 changed files with 2 additions and 11 deletions

View File

@@ -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"

View File

@@ -1,4 +0,0 @@
#ifndef __CR_PROCESSOR_FLAGS_H__
#define __CR_PROCESSOR_FLAGS_H__
#endif

View File

@@ -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"

View File

@@ -1,4 +0,0 @@
#ifndef __CR_PROCESSOR_FLAGS_H__
#define __CR_PROCESSOR_FLAGS_H__
#endif

View File

@@ -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"