x86_64: mcexec: Remove "#include <asm/prctl.h>"

Change-Id: I441f7a1c2e23b927fcd065fefba3ef3617356c18
Fujitsu: POSTK_DEBUG_ARCH_DEP_77
This commit is contained in:
Masamichi Takagi
2019-03-29 18:26:36 +09:00
parent b9f223ceca
commit 2c5c47344d
2 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,7 @@
#ifndef ARCH_ARGS_H
#define ARCH_ARGS_H
#ifdef POSTK_DEBUG_ARCH_DEP_77 /* arch depend hide */
#include <asm/prctl.h>
#endif /* !POSTK_DEBUG_ARCH_DEP_77 */
typedef struct user_regs_struct syscall_args;

View File

@ -68,9 +68,6 @@
#include <sys/user.h>
#endif /* !__aarch64__ */
#include <sys/prctl.h>
#ifndef POSTK_DEBUG_ARCH_DEP_77 /* arch depend hide */
#include <asm/prctl.h>
#endif /* !POSTK_DEBUG_ARCH_DEP_77 */
#include "../include/uprotocol.h"
#include <ihk/ihk_host_user.h>
#include "../include/uti.h"