Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11436
b: refs/heads/master
c: 5bfc826
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Sep 21, 2005
1 parent de77c6f commit d3fbb5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 39 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 564ee7a5668e8b6d3b369fd807c75c77285c88d4
refs/heads/master: 5bfc82652ab913606c91d74f7337cbd94627a797
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
#ifndef __PPC64_A_OUT_H__
#define __PPC64_A_OUT_H__

/*
* c 2001 PPC 64 Team, IBM Corp
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#ifndef _ASM_POWERPC_A_OUT_H
#define _ASM_POWERPC_A_OUT_H

struct exec
{
Expand All @@ -27,13 +18,19 @@ struct exec
#define N_SYMSIZE(a) ((a).a_syms)

#ifdef __KERNEL__
#ifdef __powerpc64__

#define STACK_TOP_USER64 TASK_SIZE_USER64
#define STACK_TOP_USER32 TASK_SIZE_USER32

#define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
STACK_TOP_USER32 : STACK_TOP_USER64)

#else /* __powerpc64__ */

#define STACK_TOP TASK_SIZE

#endif /* __powerpc64__ */
#endif /* __KERNEL__ */

#endif /* __PPC64_A_OUT_H__ */
#endif /* _ASM_POWERPC_A_OUT_H */
26 changes: 0 additions & 26 deletions trunk/include/asm-ppc/a.out.h

This file was deleted.

0 comments on commit d3fbb5a

Please sign in to comment.