xen/arm: page: Remove unused attributes DEV_NONSHARED and DEV_CACHED
authorJulien Grall <julien.grall@arm.com>
Tue, 12 Sep 2017 10:03:19 +0000 (11:03 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 20 Sep 2017 21:08:56 +0000 (14:08 -0700)
commit219ac334d09eb78e2b34ba7143d161aa62a2e10c
tree9494cad45d38672b1ed61c9c6e4e79d2d7ad4735
parentfc32575968bfa3a10fca162280f5636c9c1122ac
xen/arm: page: Remove unused attributes DEV_NONSHARED and DEV_CACHED

They were imported from non-LPAE Linux, but Xen is LPAE only. It is time
to do some clean-up in the memory attribute and keep only what make
sense for Xen. Follow-up patch will do more clean-up.

Also, update the comment saying our attribute matches Linux.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/page.h