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
nexedi
linux
Commits
dd02ec3a
Commit
dd02ec3a
authored
Apr 25, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove user-visible references to PAGE_SIZE in include/asm-powerpc/elf.h
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
454ac778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
include/asm-powerpc/elf.h
include/asm-powerpc/elf.h
+3
-4
No files found.
include/asm-powerpc/elf.h
View file @
dd02ec3a
...
...
@@ -3,14 +3,14 @@
#ifdef __KERNEL__
#include <linux/sched.h>
/* for task_struct */
#include <asm/page.h>
#include <asm/string.h>
#endif
#include <asm/types.h>
#include <asm/ptrace.h>
#include <asm/cputable.h>
#include <asm/auxvec.h>
#include <asm/page.h>
#include <asm/string.h>
/* PowerPC relocations defined by the ABIs */
#define R_PPC_NONE 0
...
...
@@ -161,6 +161,7 @@ typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG];
typedef
elf_vrreg_t
elf_vrregset_t32
[
ELF_NVRREG32
];
#endif
#ifdef __KERNEL__
/*
* This is used to ensure we don't load something for the wrong architecture.
*/
...
...
@@ -176,8 +177,6 @@ typedef elf_vrreg_t elf_vrregset_t32[ELF_NVRREG32];
#define ELF_ET_DYN_BASE (0x08000000)
#ifdef __KERNEL__
/* Common routine for both 32-bit and 64-bit processes */
static
inline
void
ppc_elf_core_copy_regs
(
elf_gregset_t
elf_regs
,
struct
pt_regs
*
regs
)
...
...
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