From c017b032a284d7cb1974f7e80a6c3613089b9c0e Mon Sep 17 00:00:00 2001 From: Igor Nabirushkin Date: Mon, 29 Dec 2014 12:16:30 +0400 Subject: misc: tegra-profiler: fix debug preempt warnings Tegra Profiler: fix warnings with CONFIG_DEBUG_PREEMPT=y * Add the missing preempt_disable/enable() pairs in start/stop ioctls. * Untie mmap and some other samples from the current cpu. Bug 200067410 Bug 1598009 Change-Id: I9f03facf3a0ecee20432019ea8094a349c7897d1 Signed-off-by: Igor Nabirushkin Reviewed-on: http://git-master/r/668123 (cherry picked from commit ee3374eb9983d1ccadbf3a54c977d3e6db97ec4a) Reviewed-on: http://git-master/r/672042 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty --- drivers/misc/tegra-profiler/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/misc/tegra-profiler/version.h') diff --git a/drivers/misc/tegra-profiler/version.h b/drivers/misc/tegra-profiler/version.h index c96c50756d37..7b3fc20f6334 100644 --- a/drivers/misc/tegra-profiler/version.h +++ b/drivers/misc/tegra-profiler/version.h @@ -18,7 +18,7 @@ #ifndef __QUADD_VERSION_H #define __QUADD_VERSION_H -#define QUADD_MODULE_VERSION "1.87" +#define QUADD_MODULE_VERSION "1.88" #define QUADD_MODULE_BRANCH "Dev" #endif /* __QUADD_VERSION_H */ -- cgit v1.2.3