Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331457
b: refs/heads/master
c: c74c8b1
h: refs/heads/master
i:
  331455: d06bfff
v: v3
  • Loading branch information
John Linn authored and Michal Simek committed Oct 4, 2012
1 parent 50e5579 commit 61e10de
Show file tree
Hide file tree
Showing 3 changed files with 7 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: aaa5241ebb53733663775c8a044004d63a126eb6
refs/heads/master: c74c8b1dcbaa890a064a5892e29cec5ce42d5b84
4 changes: 4 additions & 0 deletions trunk/arch/microblaze/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ extern resource_size_t isa_mem_base;

#define IO_SPACE_LIMIT (0xFFFFFFFF)

/* the following is needed to support PCI with some drivers */

#define mmiowb()

static inline unsigned char __raw_readb(const volatile void __iomem *addr)
{
return *(volatile unsigned char __force *)addr;
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <asm/prom.h>
#include <asm/pci-bridge.h>

#include <asm-generic/pci-dma-compat.h>

#define PCIBIOS_MIN_IO 0x1000
#define PCIBIOS_MIN_MEM 0x10000000

Expand Down

0 comments on commit 61e10de

Please sign in to comment.