Commit b05f0666 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: Move fpu.h into it

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 5a6d2cea
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <compel/plugins/std/syscall.h> #include <compel/plugins/std/syscall.h>
#include "log.h" #include "log.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "cpu.h" #include "cpu.h"
int restore_nonsigframe_gpregs(UserRegsEntry *r) int restore_nonsigframe_gpregs(UserRegsEntry *r)
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <compel/plugins/std/syscall.h> #include <compel/plugins/std/syscall.h>
#include "log.h" #include "log.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "cpu.h" #include "cpu.h"
int restore_nonsigframe_gpregs(UserArmRegsEntry *r) int restore_nonsigframe_gpregs(UserArmRegsEntry *r)
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <sys/uio.h> #include <sys/uio.h>
#include "types.h" #include "types.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "asm/restorer.h" #include "asm/restorer.h"
#include "asm/dump.h" #include "asm/dump.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "restorer.h" #include "restorer.h"
#include "asm/restorer.h" #include "asm/restorer.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include <compel/plugins/std/syscall.h> #include <compel/plugins/std/syscall.h>
#include "log.h" #include "log.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "bitops.h" #include "bitops.h"
#include "asm/types.h" #include "asm/types.h"
#include "asm/cpu.h" #include "asm/cpu.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include <compel/cpu.h> #include <compel/cpu.h>
#include "common/compiler.h" #include "common/compiler.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "types.h" #include "types.h"
#include "asm/parasite-syscall.h" #include "asm/parasite-syscall.h"
#include "asm/restorer.h" #include "asm/restorer.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "asm/dump.h" #include "asm/dump.h"
#include "cr_options.h" #include "cr_options.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define __CR_ASM_RESTORER_H__ #define __CR_ASM_RESTORER_H__
#include "asm/types.h" #include "asm/types.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "images/core.pb-c.h" #include "images/core.pb-c.h"
#include <compel/plugins/std/syscall-codes.h> #include <compel/plugins/std/syscall-codes.h>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#define SIGFRAME_MAX_OFFSET 8 #define SIGFRAME_MAX_OFFSET 8
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/user.h> #include <sys/user.h>
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "asm/cpu.h" #include "asm/cpu.h"
#include "kerndat.h" #include "kerndat.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "types.h" #include "types.h"
#include "restorer.h" #include "restorer.h"
#include "asm/restorer.h" #include "asm/restorer.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "asm/string.h" #include "asm/string.h"
#include <compel/plugins/std/syscall.h> #include <compel/plugins/std/syscall.h>
......
#include "asm/restorer.h" #include "asm/restorer.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "asm/string.h" #include "asm/string.h"
#include <sys/mman.h> #include <sys/mman.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "int.h" #include "int.h"
#include "types.h" #include "types.h"
#include "common/compiler.h" #include "common/compiler.h"
#include "asm/fpu.h" #include <compel/asm/fpu.h>
#include "common/lock.h" #include "common/lock.h"
#include "util.h" #include "util.h"
#include "asm/restorer.h" #include "asm/restorer.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