From: Robert Richter Date: Wed, 29 Apr 2009 14:55:56 +0000 (+0200) Subject: perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask X-Git-Tag: v2.6.31-rc1~383^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f6201a22dbf1c5abe1cab96b49bd56fa9df8f4;p=pandora-kernel.git perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask Standardize on explicitly mentioning '_mask' in fields that are not plain flags but masks. This avoids typos like: if (cpuc->used) (which could easily slip through review unnoticed), while if a typo looks like this: if (cpuc->used_mask) it might get noticed during review. [ Impact: cleanup ] Signed-off-by: Robert Richter Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1241016956-24648-1-git-send-email-robert.richter@amd.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed