mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
headers: Switch to common linkage.h
travis-ci: success for headers: Switch to common linkage.h Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
3929e1d9a8
commit
b89ee40bc4
17 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
#include "parasite.h"
|
||||
|
||||
.section .head.text, "ax"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
syscall_common:
|
||||
svc #0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
#include "parasite.h"
|
||||
|
||||
.section .head.text, "ax"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
@ We use the register R8 unlike libc that uses R12.
|
||||
@ This avoids corruption of the register by the stub
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* --
|
||||
* Copied form the linux file arch/powerpc/lib/memcmp_64.S
|
||||
*/
|
||||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
#define off8 r6
|
||||
#define off16 r7
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
* Copied from the kernel file arch/powerpc/lib/memcpy_power7.S
|
||||
* Altivec support has been removed so we don't taint restored process.
|
||||
*/
|
||||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
/*
|
||||
* When building the parasite code, the compiler may rely on the C library
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
#include "parasite.h"
|
||||
|
||||
.section .head.text
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
#include <asm/unistd.h> /* for __NR_ipc */
|
||||
|
||||
#define SYSCALL(name, opcode) \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
.section .text
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
/* The following code is taken from Linux kernel (arch/x86/lib/memcpy_64.S).
|
||||
* There are 3 implementations in there, we use the one that relies on
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
#include "parasite.h"
|
||||
|
||||
.section .head.text, "ax"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
#define SYSCALL(name, opcode) \
|
||||
ENTRY(name); \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "asm/linkage.h"
|
||||
#include "common/asm/linkage.h"
|
||||
|
||||
#define SYSCALL(name, opcode) \
|
||||
ENTRY(name); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue