Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
c4fa6348
Commit
c4fa6348
authored
Dec 07, 2005
by
Ralf Baechle
Committed by
Jan 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
07a801de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/kernel/signal32.c
arch/mips/kernel/signal32.c
+1
-1
No files found.
arch/mips/kernel/signal32.c
View file @
c4fa6348
...
...
@@ -588,7 +588,7 @@ static inline int setup_sigcontext32(struct pt_regs *regs,
err
|=
__put_user
(
regs
->
hi
,
&
sc
->
sc_mdhi
);
err
|=
__put_user
(
regs
->
lo
,
&
sc
->
sc_mdlo
);
if
(
cpu_has_dsp
)
{
err
|=
__put_user
(
rddsp
(
DSP_MASK
),
&
sc
->
sc_
hi1
);
err
|=
__put_user
(
rddsp
(
DSP_MASK
),
&
sc
->
sc_
dsp
);
err
|=
__put_user
(
mfhi1
(),
&
sc
->
sc_hi1
);
err
|=
__put_user
(
mflo1
(),
&
sc
->
sc_lo1
);
err
|=
__put_user
(
mfhi2
(),
&
sc
->
sc_hi2
);
...
...
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