git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PCI: Apply the new generic I/O management on PCI IO hosts
[muen/linux.git]
/
include
/
asm-generic
/
io.h
diff --git
a/include/asm-generic/io.h
b/include/asm-generic/io.h
index b7996a79d64bee0a7d9b11be044a9a7999cbcc57..5a59931666545bca578b2119b07cdf6a03b53f05 100644
(file)
--- a/
include/asm-generic/io.h
+++ b/
include/asm-generic/io.h
@@
-901,7
+901,7
@@
static inline void iounmap(void __iomem *addr)
#define ioport_map ioport_map
static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)
{
- return PCI_IOBASE + (port &
IO_SPACE
_LIMIT);
+ return PCI_IOBASE + (port &
MMIO_UPPER
_LIMIT);
}
#endif