Commit ab0b1751 authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

arm: added CPU-specific header inclusion

Signed-off-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5b476fff
#undef LOG_PREFIX #undef LOG_PREFIX
#define LOG_PREFIX "cpu: " #define LOG_PREFIX "cpu: "
#include "cpu.h"
void cpu_set_feature(unsigned int feature) void cpu_set_feature(unsigned int feature)
{ {
} }
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "log.h" #include "log.h"
#include "util.h" #include "util.h"
#include "cpu.h" #include "cpu.h"
#include "fpu.h"
#include "elf.h" #include "elf.h"
#include "parasite-syscall.h" #include "parasite-syscall.h"
#include "restorer.h" #include "restorer.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "syscall.h" #include "syscall.h"
#include "log.h" #include "log.h"
#include "fpu.h" #include "asm/fpu.h"
#include "cpu.h" #include "cpu.h"
int restore_gpregs(struct rt_sigframe *f, UserArmRegsEntry *r) int restore_gpregs(struct rt_sigframe *f, UserArmRegsEntry *r)
......
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