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:
Cyrill Gorcunov 2016-11-10 13:34:00 +03:00 committed by Pavel Emelyanov
parent 3929e1d9a8
commit b89ee40bc4
17 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
syscall_common:
svc #0

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include <asm/unistd.h> /* for __NR_ipc */
#define SYSCALL(name, opcode) \

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
.section .text

View file

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

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#define SYSCALL(name, opcode) \
ENTRY(name); \

View file

@ -1,4 +1,4 @@
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#define SYSCALL(name, opcode) \
ENTRY(name); \