Skip to content

Commit

Permalink
powerpc: asm/elf.h: Reduce userspace header
Browse files Browse the repository at this point in the history
This makes asm/elf.h export less non-userspace stuff to userspace.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Adrian Bunk authored and Paul Mackerras committed Jul 1, 2008
1 parent d1cdcf2 commit 178f8d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/asm-powerpc/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ extern int dump_task_altivec(struct task_struct *, elf_vrregset_t *vrregs);
#define ELF_CORE_XFPREG_TYPE NT_PPC_VMX
#endif

#endif /* __KERNEL__ */

/* ELF_HWCAP yields a mask that user programs can use to figure out what
instruction set this cpu supports. This could be done in userspace,
but it's not easy, and we've already done it here. */
Expand All @@ -243,8 +241,6 @@ extern int dump_task_altivec(struct task_struct *, elf_vrregset_t *vrregs);
} while (0)
#endif /* __powerpc64__ */

#ifdef __KERNEL__

#ifdef __powerpc64__
# define SET_PERSONALITY(ex, ibcs2) \
do { \
Expand Down Expand Up @@ -272,8 +268,6 @@ do { \
# define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
#endif /* __powerpc64__ */

#endif /* __KERNEL__ */

extern int dcache_bsize;
extern int icache_bsize;
extern int ucache_bsize;
Expand All @@ -285,6 +279,8 @@ extern int arch_setup_additional_pages(struct linux_binprm *bprm,
int executable_stack);
#define VDSO_AUX_ENT(a,b) NEW_AUX_ENT(a,b);

#endif /* __KERNEL__ */

/*
* The requirements here are:
* - keep the final alignment of sp (sp & 0xf)
Expand Down Expand Up @@ -422,6 +418,8 @@ do { \
/* Keep this the last entry. */
#define R_PPC64_NUM 107

#ifdef __KERNEL__

#ifdef CONFIG_SPU_BASE
/* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */
#define NT_SPU 1
Expand All @@ -430,4 +428,6 @@ do { \

#endif /* CONFIG_SPU_BASE */

#endif /* __KERNEL */

#endif /* _ASM_POWERPC_ELF_H */

0 comments on commit 178f8d7

Please sign in to comment.