commit | f456da5e1305672c86e2cbe07483388a75a9bb2e | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Fri Feb 01 15:21:41 2013 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Fri Feb 08 13:20:40 2013 -0500 |
tree | 35d884bfc8353fc4e87871a5d5b4598ae8ea8d7f | |
parent | 7c63e1ee0afe0e957292463cfa111ba59193ab2f [diff] |
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>