Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
e5233184
Commit
e5233184
authored
18 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
77aec999
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/mips/jmr3927/rbhma3100/irq.c
+3
-0
3 additions, 0 deletions
arch/mips/jmr3927/rbhma3100/irq.c
with
3 additions
and
0 deletions
arch/mips/jmr3927/rbhma3100/irq.c
+
3
−
0
View file @
e5233184
...
...
@@ -288,6 +288,8 @@ static void tx_branch_likely_bug_fixup(void)
static
void
jmr3927_spurious
(
void
)
{
struct
pt_regs
*
regs
=
get_irq_regs
();
#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
tx_branch_likely_bug_fixup
();
#endif
...
...
@@ -297,6 +299,7 @@ static void jmr3927_spurious(void)
asmlinkage
void
plat_irq_dispatch
(
void
)
{
struct
pt_regs
*
regs
=
get_irq_regs
();
int
irq
;
#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
...
...
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
register
or
sign in
to comment