Commit b89ee40b authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

headers: Switch to common linkage.h

travis-ci: success for headers: Switch to common linkage.h
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3929e1d9
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
syscall_common:
svc #0
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"
......
#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
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include <asm/unistd.h> /* for __NR_ipc */
#define SYSCALL(name, opcode) \
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
.section .text
......
#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
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#include "parasite.h"
.section .head.text, "ax"
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#define SYSCALL(name, opcode) \
ENTRY(name); \
......
#include "asm/linkage.h"
#include "common/asm/linkage.h"
#define SYSCALL(name, opcode) \
ENTRY(name); \
......
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