From: Arnaldo Carvalho de Melo Date: Mon, 17 May 2010 19:22:41 +0000 (-0300) Subject: perf options: Type check all the remaining OPT_ variants X-Git-Tag: v2.6.35-rc1~522^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb7c60e27c1baff38d82440dc52eaffac9a45f4;p=pandora-kernel.git perf options: Type check all the remaining OPT_ variants OPT_SET_INT was renamed to OPT_SET_UINT since the only use in these tools is to set something that has an enum type, that is builtin compatible with unsigned int. Several string constifications were done to make OPT_STRING require a const char * type. Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed