]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m32r/kernel/io_oaks32r.c
Pull cpu-hotplug into release branch
[linux-2.6-omap-h63xx.git] / arch / m32r / kernel / io_oaks32r.c
index 9997dddd24d7ea8584bc5e66ae579b5249aca3e8..910dd131c22751b202d9ad5b0981808567c00266 100644 (file)
@@ -16,7 +16,7 @@
 
 static inline void *_port2addr(unsigned long port)
 {
-       return (void *)(port + NONCACHE_OFFSET);
+       return (void *)(port | NONCACHE_OFFSET);
 }
 
 static inline  void *_port2addr_ne(unsigned long port)