Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262385
b: refs/heads/master
c: 33f35f2
h: refs/heads/master
i:
  262383: 0f98c3d
v: v3
  • Loading branch information
Linus Torvalds committed Aug 4, 2011
1 parent 90aaf66 commit 55213a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0ea648441a189f6e3e90a25c74511738799a0c7a
refs/heads/master: 33f35f2a4ee3abfc0f87990058aa1b6b5092f725
3 changes: 1 addition & 2 deletions trunk/arch/x86/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
#include <linux/compiler.h>
#include <asm/page.h>

#include <xen/xen.h>

#define build_mmio_read(name, size, type, reg, barrier) \
static inline type name(const volatile void __iomem *addr) \
{ type ret; asm volatile("mov" size " %1,%0":reg (ret) \
Expand Down Expand Up @@ -334,6 +332,7 @@ extern void fixup_early_ioremap(void);
extern bool is_early_ioremap_ptep(pte_t *ptep);

#ifdef CONFIG_XEN
#include <xen/xen.h>
struct bio_vec;

extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
Expand Down

0 comments on commit 55213a0

Please sign in to comment.