Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
3a8ac4d3
Commit
3a8ac4d3
authored
Nov 19, 2020
by
Rafael J. Wysocki
Browse files
Options
Downloads
Plain Diff
Merge branch 'pm-cpuidle'
* pm-cpuidle: cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLE
parents
14c620cf
c39de538
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/cpuidle/cpuidle-tegra.c
+2
-2
2 additions, 2 deletions
drivers/cpuidle/cpuidle-tegra.c
with
2 additions
and
2 deletions
drivers/cpuidle/cpuidle-tegra.c
+
2
−
2
View file @
3a8ac4d3
...
@@ -189,7 +189,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
...
@@ -189,7 +189,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
}
}
local_fiq_disable
();
local_fiq_disable
();
tegra_pm_set_cpu_in_lp2
();
RCU_NONIDLE
(
tegra_pm_set_cpu_in_lp2
()
)
;
cpu_pm_enter
();
cpu_pm_enter
();
switch
(
index
)
{
switch
(
index
)
{
...
@@ -207,7 +207,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
...
@@ -207,7 +207,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
}
}
cpu_pm_exit
();
cpu_pm_exit
();
tegra_pm_clear_cpu_in_lp2
();
RCU_NONIDLE
(
tegra_pm_clear_cpu_in_lp2
()
)
;
local_fiq_enable
();
local_fiq_enable
();
return
err
?:
index
;
return
err
?:
index
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment