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
f4c72cc7
Commit
f4c72cc7
authored
19 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
Get 64-bit right in the kgdb stub.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
0d507d61
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/kernel/gdb-low.S
+2
-3
2 additions, 3 deletions
arch/mips/kernel/gdb-low.S
with
2 additions
and
3 deletions
arch/mips/kernel/gdb-low.S
+
2
−
3
View file @
f4c72cc7
...
...
@@ -52,16 +52,15 @@
/
*
*
Called
from
user
mode
,
go
somewhere
else
.
*/
lui
k1
,
%
hi
(
saved_vectors
)
mfc0
k0
,
CP0_CAUSE
andi
k0
,
k0
,
0x7c
add
k1
,
k1
,
k0
lw
k0
,
%
lo
(
saved_vectors
)
(
k1
)
PTR_L
k0
,
saved_vectors
(
k1
)
jr
k0
nop
1
:
move
k0
,
sp
subu
sp
,
k1
,
GDB_FR_SIZE
*
2
#
see
comment
above
PTR_SUBU
sp
,
k1
,
GDB_FR_SIZE
*
2
#
see
comment
above
LONG_S
k0
,
GDB_FR_REG29
(
sp
)
LONG_S
$
2
,
GDB_FR_REG2
(
sp
)
...
...
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