summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra3.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra3.c b/arch/arm/mach-tegra/cpu-tegra3.c
index e833680617cf..fc96dd6e14b2 100644
--- a/arch/arm/mach-tegra/cpu-tegra3.c
+++ b/arch/arm/mach-tegra/cpu-tegra3.c
@@ -209,10 +209,15 @@ static unsigned int rt_profile_2[] = {
5, 13, 14, UINT_MAX
};
+static unsigned int rt_profile_off[] = { /* disables runable thread */
+ 0, 0, 0, UINT_MAX
+};
+
static unsigned int *rt_profiles[] = {
rt_profile_default,
rt_profile_1,
- rt_profile_2
+ rt_profile_2,
+ rt_profile_off
};