x86: use "unsigned int" for cache attribute values
authorJan Beulich <jbeulich@suse.com>
Fri, 4 Mar 2016 13:09:04 +0000 (14:09 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 4 Mar 2016 13:09:04 +0000 (14:09 +0100)
commit8ac9cc7a72481d8578e36db8f19835109e99817e
treec89ddc4c76ff9f7b235569457b7b647068872017
parent15b1e8d864e18dbafe5747e365fea124befda4a8
x86: use "unsigned int" for cache attribute values

... where suitable. But note that the type of "cacheattr" in
get_page_from_l1e() specifically needs to remain "unsigned long".

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c
xen/include/asm-x86/page.h