Commit 565eb013 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

sigframe: don't include restorer.h

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7c8e987e
#ifndef __CR_ASM_RESTORE_H__ #ifndef __CR_ASM_RESTORE_H__
#define __CR_ASM_RESTORE_H__ #define __CR_ASM_RESTORE_H__
#include "asm/restorer.h"
#include "protobuf/core.pb-c.h"
#define JUMP_TO_RESTORER_BLOB(new_sp, restore_task_exec_start, \ #define JUMP_TO_RESTORER_BLOB(new_sp, restore_task_exec_start, \
task_args) \ task_args) \
asm volatile( \ asm volatile( \
......
#ifndef __CR_ASM_RESTORE_H__ #ifndef __CR_ASM_RESTORE_H__
#define __CR_ASM_RESTORE_H__ #define __CR_ASM_RESTORE_H__
#include "asm/restorer.h"
#include "protobuf/core.pb-c.h"
#define JUMP_TO_RESTORER_BLOB(new_sp, restore_task_exec_start, \ #define JUMP_TO_RESTORER_BLOB(new_sp, restore_task_exec_start, \
task_args) \ task_args) \
asm volatile( \ asm volatile( \
......
#include <unistd.h> #include <unistd.h>
#include <string.h>
#include "restorer.h"
#include "asm/restore.h" #include "asm/restore.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