From: Mathias Krause Date: Sun, 2 Sep 2012 21:31:40 +0000 (+0200) Subject: x86: Fix __user annotations in asm/sys_ia32.h X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~88^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00026276ace77dcad1cdf17f696ae4e56e12ee6;p=pandora-kernel.git x86: Fix __user annotations in asm/sys_ia32.h Fix the following sparse warnings: sys_ia32.c:293:38: warning: incorrect type in argument 2 (different address spaces) sys_ia32.c:293:38: expected unsigned int [noderef] [usertype] *stat_addr sys_ia32.c:293:38: got unsigned int *stat_addr Ironically, sys_ia32.h was introduced to fix sparse warnings but missed that one. Signed-off-by: Mathias Krause Link: http://lkml.kernel.org/r/1346621506-30857-2-git-send-email-minipli@googlemail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed