aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-09 17:45:51 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-21 16:27:35 +0100
commit204cb1ec9f2456725492d44d724d3c9d6ba865f1 (patch)
tree0ae90057fdf24822d8c1822dafc714a03987ce11 /config
parent45b187020098a9872b05a96c86d3f65d2404ec0c (diff)
downloadxen-204cb1ec9f2456725492d44d724d3c9d6ba865f1.tar.gz
xen-204cb1ec9f2456725492d44d724d3c9d6ba865f1.tar.bz2
xen-204cb1ec9f2456725492d44d724d3c9d6ba865f1.zip
xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}
We appear to have invented the io versions ourselves for Xen on ARM, while x86 has the plain read/write. (and so does Linux FWIW) read/write are used in common driver code (specifically ns16550) so instead of keeping our own variant around lets replace it with the more standard ones. At the same time resync with Linux making the "based on" comment in both sets of io.h somewhat true (they don't look to have been very based on before...). Our io.h is now consistent with Linux v3.11. Note that iowrite and write take their arguments in the opposite order. Also make asm-arm/io.h useful and include it where necessary instead of picking up the include from mm.h. Remove the include from mm.h Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Julien Grall <julien.grall@linaro.org>
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions