]> xenbits.xensource.com Git - xen.git/commit
xen/arm: Remove the parameter "attrindx" in copy_from_paddr
authorJulien Grall <julien.grall@linaro.org>
Mon, 17 Mar 2014 14:05:52 +0000 (14:05 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 21 Mar 2014 11:10:01 +0000 (11:10 +0000)
commit013b85543df7404fcc61747d930728e0ffa5f5e7
treef2d93193e0138c9b8c88572fe991037c8599b6c1
parent188948f625bd5ac32f6ef503a52e4fcac72ac1c4
xen/arm: Remove the parameter "attrindx" in copy_from_paddr

copy_from_paddr is only used with BUFFERABLE, there is some place where
DEV_SHARED was used by mistake.

The parameter "attrindx" can be safely remove and let copy_from_paddr to map
every page with BUFFERABLE attribute.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c
xen/arch/arm/kernel.c
xen/arch/arm/setup.c
xen/include/asm-arm/setup.h