Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Ermine
R128
Commits
67cbeb33
Commit
67cbeb33
authored
18 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
2ef2e1d9
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/galileo-boards/ev96100/irq.c
+1
-1
1 addition, 1 deletion
arch/mips/galileo-boards/ev96100/irq.c
with
1 addition
and
1 deletion
arch/mips/galileo-boards/ev96100/irq.c
+
1
−
1
View file @
67cbeb33
...
...
@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
return
k
;
}
asmlinkage
void
ev96100_cpu_irq
(
unsigned
int
pending
)
asmlinkage
void
ev96100_cpu_irq
(
unsigned
int
pending
,
struct
pt_regs
*
regs
)
{
do_IRQ
(
ffz8
(
pending
>>
8
),
regs
);
}
...
...
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