Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120958
b: refs/heads/master
c: 8869a2e
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and H. Peter Anvin committed Dec 18, 2008
1 parent cf00eb3 commit 7099bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2fa739c06931d167b6d2aa7b514ab7f30d04dc0
refs/heads/master: 8869a2e5d3a66d5b63b948052d60cd13ede8b735
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/asm-offsets_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include <xen/interface/xen.h>

#include <asm/sigframe.h>

#define __NO_STUBS 1
#undef __SYSCALL
#undef _ASM_X86_UNISTD_64_H
Expand Down Expand Up @@ -87,7 +89,7 @@ int main(void)
BLANK();
#undef ENTRY
DEFINE(IA32_RT_SIGFRAME_sigcontext,
offsetof (struct rt_sigframe32, uc.uc_mcontext));
offsetof (struct rt_sigframe_ia32, uc.uc_mcontext));
BLANK();
#endif
DEFINE(pbe_address, offsetof(struct pbe, address));
Expand Down

0 comments on commit 7099bd1

Please sign in to comment.