From: Frederic Weisbecker Date: Sat, 8 Sep 2012 13:23:11 +0000 (+0200) Subject: cputime: Use a proper subsystem naming for vtime related APIs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~95^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9fae9f5e4ca8dce4708812f9ad6281e61df109;p=pandora-kernel.git cputime: Use a proper subsystem naming for vtime related APIs Use a naming based on vtime as a prefix for virtual based cputime accounting APIs: - account_system_vtime() -> vtime_account() - account_switch_vtime() -> vtime_task_switch() It makes it easier to allow for further declension such as vtime_account_system(), vtime_account_idle(), ... if we want to find out the context we account to from generic code. This also make it better to know on which subsystem these APIs refer to. Signed-off-by: Frederic Weisbecker Cc: Tony Luck Cc: Fenghua Yu Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Heiko Carstens Cc: Martin Schwidefsky Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Peter Zijlstra --- Reading git-diff-tree failed