Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
f4c72cc7
Commit
f4c72cc7
authored
Oct 18, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get 64-bit right in the kgdb stub.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
0d507d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
arch/mips/kernel/gdb-low.S
arch/mips/kernel/gdb-low.S
+2
-3
No files found.
arch/mips/kernel/gdb-low.S
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
)
...
...
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