]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh64/mm/ioremap.c
Merge branch 'master' into upstream-fixes
[linux-2.6-omap-h63xx.git] / arch / sh64 / mm / ioremap.c
index fb1866fa2c9d1d62b1cd294f7178dfebd1560285..80c56754f51309f0d9f2c09238fe4ce8a04082d9 100644 (file)
@@ -449,7 +449,9 @@ ioremap_proc_info(char *buf, char **start, off_t fpos, int length, int *eof,
                if (p + 32 >= e)        /* Better than nothing */
                        break;
                if ((nm = r->name) == 0) nm = "???";
-               p += sprintf(p, "%08lx-%08lx: %s\n", r->start, r->end, nm);
+               p += sprintf(p, "%08lx-%08lx: %s\n",
+                            (unsigned long)r->start,
+                            (unsigned long)r->end, nm);
        }
 
        return p-buf;