Commit dec9a250 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

infect: Move processor-flags.h into compel

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 468a6492
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "asm/restorer.h" #include "asm/restorer.h"
#include "common/compiler.h" #include "common/compiler.h"
#include "ptrace.h" #include "ptrace.h"
#include "asm/processor-flags.h"
#include "asm/dump.h" #include "asm/dump.h"
#include "protobuf.h" #include "protobuf.h"
#include "images/core.pb-c.h" #include "images/core.pb-c.h"
......
#ifndef __CR_PROCESSOR_FLAGS_H__
#define __CR_PROCESSOR_FLAGS_H__
#endif
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "common/compiler.h" #include "common/compiler.h"
#include "asm/dump.h" #include "asm/dump.h"
#include "ptrace.h" #include "ptrace.h"
#include "asm/processor-flags.h" #include "compel/include/asm/processor-flags.h"
#include "protobuf.h" #include "protobuf.h"
#include "images/core.pb-c.h" #include "images/core.pb-c.h"
#include "images/creds.pb-c.h" #include "images/creds.pb-c.h"
......
#ifndef __CR_PROCESSOR_FLAGS_H__
#define __CR_PROCESSOR_FLAGS_H__
#endif
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/user.h> #include <sys/user.h>
#include "asm/processor-flags.h"
#include "asm/fpu.h" #include "asm/fpu.h"
#include "asm/cpu.h" #include "asm/cpu.h"
#include "kerndat.h" #include "kerndat.h"
#include "compel/include/asm/processor-flags.h"
#include "compel/include/errno.h" #include "compel/include/errno.h"
#include "uapi/std/syscall-codes.h" #include "uapi/std/syscall-codes.h"
#include "compel/include/asm/syscall.h" #include "compel/include/asm/syscall.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment