Commit 8869a2e5 authored by Hiroshi Shimamoto's avatar Hiroshi Shimamoto Committed by H. Peter Anvin

x86: asm-offset_64: use rt_sigframe_ia32

Impact: cleanup

Use rt_sigframe_ia32 instead of rt_sigframe32.
Signed-off-by: default avatarHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent b2fa739c
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <xen/interface/xen.h> #include <xen/interface/xen.h>
#include <asm/sigframe.h>
#define __NO_STUBS 1 #define __NO_STUBS 1
#undef __SYSCALL #undef __SYSCALL
#undef _ASM_X86_UNISTD_64_H #undef _ASM_X86_UNISTD_64_H
...@@ -87,7 +89,7 @@ int main(void) ...@@ -87,7 +89,7 @@ int main(void)
BLANK(); BLANK();
#undef ENTRY #undef ENTRY
DEFINE(IA32_RT_SIGFRAME_sigcontext, DEFINE(IA32_RT_SIGFRAME_sigcontext,
offsetof (struct rt_sigframe32, uc.uc_mcontext)); offsetof (struct rt_sigframe_ia32, uc.uc_mcontext));
BLANK(); BLANK();
#endif #endif
DEFINE(pbe_address, offsetof(struct pbe, address)); DEFINE(pbe_address, offsetof(struct pbe, address));
......
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