[PATCH] x86: sparse warnings in pageattr.c

2008-02-03 Thread Harvey Harrison
Adjust the definition of lookup_address to take an unsigned long level argument. Adjust callers in xen/mmu.c that pass in a dummy variable. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- Ingo, sorry for missing this hunk in my previous signedness fixes for lookup_address. arch/x86/mm/pa

[PATCH] x86: sparse warnings in pageattr.c

2008-01-31 Thread Harvey Harrison
Adjust the definition of lookup_address to take an unsigned long level argument. Adjust callers in xen/mmu.c that pass in a dummy variable. arch/x86/mm/pageattr.c:99:38: warning: incorrect type in argument 2 (different signedness) arch/x86/mm/pageattr.c:99:38:expected int *level arch/x86/mm/