tile: fix memcpy_*io functions for allnoconfig
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 1 Feb 2013 20:21:41 +0000 (15:21 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 8 Feb 2013 18:20:40 +0000 (13:20 -0500)
On tilepro without CONFIG_PCI, we can't provide inlines of these
functions, as we don't have readl/writel.

In addition, fix memset_io() signature to take a volatile void *.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found