Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329137
b: refs/heads/master
c: 4d9310e
h: refs/heads/master
i:
  329135: f3ba09a
v: v3
  • Loading branch information
Stefano Stabellini authored and Konrad Rzeszutek Wilk committed Aug 21, 2012
1 parent aa977b5 commit d432c03
Show file tree
Hide file tree
Showing 8 changed files with 10 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: b58aaa4b0b3506c094308342d746f600468c63d9
refs/heads/master: 4d9310e39728a87c86eb48492da7546f61189633
2 changes: 2 additions & 0 deletions trunk/arch/ia64/include/asm/xen/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ typedef struct xen_callback xen_callback_t;

#endif /* !__ASSEMBLY__ */

#include <asm/pvclock-abi.h>

/* Size of the shared_info area (this is not related to page size). */
#define XSI_SHIFT 14
#define XSI_SIZE (1 << XSI_SHIFT)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/include/asm/xen/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ struct arch_shared_info {
#include "interface_64.h"
#endif

#include <asm/pvclock-abi.h>

#ifndef __ASSEMBLY__
/*
* The following is all CPU context. Note that the fpu_ctxt block is filled
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/tty/hvc/hvc_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/console.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/irq.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/list.h>
Expand All @@ -35,6 +36,7 @@
#include <xen/page.h>
#include <xen/events.h>
#include <xen/interface/io/console.h>
#include <xen/interface/sched.h>
#include <xen/hvc-console.h>
#include <xen/xenbus.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/xen/grant-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include <xen/interface/memory.h>
#include <xen/hvc-console.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/interface.h>

#include <asm/pgtable.h>
#include <asm/sync_bitops.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/xen/xenbus/xenbus_probe_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <xen/xenbus.h>
#include <xen/events.h>
#include <xen/page.h>
#include <xen/xen.h>

#include <xen/platform_pci.h>

Expand Down
1 change: 0 additions & 1 deletion trunk/include/xen/interface/xen.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define __XEN_PUBLIC_XEN_H__

#include <asm/xen/interface.h>
#include <asm/pvclock-abi.h>

/*
* XEN "SYSTEM CALLS" (a.k.a. HYPERCALLS).
Expand Down
1 change: 1 addition & 0 deletions trunk/include/xen/privcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <linux/types.h>
#include <linux/compiler.h>
#include <xen/interface/xen.h>

typedef unsigned long xen_pfn_t;

Expand Down

0 comments on commit d432c03

Please sign in to comment.