git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c63e1e
)
tile: fix memcpy_*io functions for allnoconfig
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 1 Feb 2013 20:21:41 +0000
(15:21 -0500)
committer
Chris 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