Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104417
b: refs/heads/master
c: 555cf2b
h: refs/heads/master
i:
  104415: 2793a41
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 16, 2008
1 parent 6a5cf6c commit 3bcb19b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c5e5ac32fe08793246709fbb94c055ec76a7c0e
refs/heads/master: 555cf2b5805a213ba262a2830c4d22ad635a249e
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/asm-offsets_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <asm/ia32.h>
#include <asm/bootparam.h>

#include <xen/interface/xen.h>

#define __NO_STUBS 1
#undef __SYSCALL
#undef _ASM_X86_64_UNISTD_H_
Expand Down Expand Up @@ -134,5 +136,11 @@ int main(void)

BLANK();
DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
#ifdef CONFIG_XEN
BLANK();
OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask);
OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending);
#undef ENTRY
#endif
return 0;
}

0 comments on commit 3bcb19b

Please sign in to comment.