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
fd7d8c5d
Commit
fd7d8c5d
authored
Dec 01, 2002
by
Rob Radez
Committed by
David S. Miller
Dec 01, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Fix ELF_CORE_COPY_TASK_REGS define.
parent
9ce508c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/asm-sparc/elf.h
include/asm-sparc/elf.h
+1
-1
No files found.
include/asm-sparc/elf.h
View file @
fd7d8c5d
...
...
@@ -56,7 +56,7 @@ typedef struct {
}
elf_fpregset_t
;
#define ELF_CORE_COPY_TASK_REGS(__tsk, __elf_regs) \
({ ELF_CORE_COPY_REGS((*(__elf_regs)), (__tsk)->thread
_info->
kregs); 1; })
({ ELF_CORE_COPY_REGS((*(__elf_regs)), (__tsk)->thread
.
kregs); 1; })
/*
* This is used to ensure we don't load something for the wrong architecture.
...
...
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