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)
commitf456da5e1305672c86e2cbe07483388a75a9bb2e
tree35d884bfc8353fc4e87871a5d5b4598ae8ea8d7f
parent7c63e1ee0afe0e957292463cfa111ba59193ab2f
tile: fix memcpy_*io functions for allnoconfig

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>
arch/tile/include/asm/io.h