arm: use correct attributes for mappings in copy_from_paddr()
authorIan Campbell <ian.campbell@citrix.com>
Tue, 3 Jul 2012 09:52:23 +0000 (10:52 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 3 Jul 2012 09:52:23 +0000 (10:52 +0100)
commit766c36b1b0ae789854cfa9991d60d0c193a47fe7
tree52208928f28ee4bf854284fd0b0bfc7c3117a610
parente7f335238dae8cee6c8b3933fcd93cb72121b1e0
arm: use correct attributes for mappings in copy_from_paddr()

The DTB is in RAM (hence bufferable), kernel is in flash and therefor requires
a device type mapping (hence dev shared).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: David Vrabel <david.vrabel@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/kernel.c
xen/arch/arm/setup.c
xen/include/asm-arm/setup.h