Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d62801e9
Commit
d62801e9
authored
Oct 08, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] DEC: pt_regs fixes for dec_intr_halt.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
b104189c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/mips/dec/reset.c
arch/mips/dec/reset.c
+1
-1
arch/mips/dec/setup.c
arch/mips/dec/setup.c
+1
-1
No files found.
arch/mips/dec/reset.c
View file @
d62801e9
...
...
@@ -35,7 +35,7 @@ void ATTRIB_NORET dec_machine_power_off(void)
back_to_prom
();
}
irqreturn_t
dec_intr_halt
(
int
irq
,
void
*
dev_id
,
struct
pt_regs
*
regs
)
irqreturn_t
dec_intr_halt
(
int
irq
,
void
*
dev_id
)
{
dec_machine_halt
();
}
arch/mips/dec/setup.c
View file @
d62801e9
...
...
@@ -46,7 +46,7 @@
extern
void
dec_machine_restart
(
char
*
command
);
extern
void
dec_machine_halt
(
void
);
extern
void
dec_machine_power_off
(
void
);
extern
irqreturn_t
dec_intr_halt
(
int
irq
,
void
*
dev_id
,
struct
pt_regs
*
regs
);
extern
irqreturn_t
dec_intr_halt
(
int
irq
,
void
*
dev_id
);
unsigned
long
dec_kn_slot_base
,
dec_kn_slot_size
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment