All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove include/asm-i386/a.out.h from sparse tree
@ 2007-02-08 12:55 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2007-02-08 12:55 UTC (permalink / raw)
  To: xen-devel

With the 2.6.18 merge, the change to this file appears to be no longer needed.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

Index: head-2006-12-01/include/asm-i386/a.out.h
===================================================================
--- head-2006-12-01.orig/include/asm-i386/a.out.h
+++ head-2006-12-01/include/asm-i386/a.out.h
@@ -1,26 +0,0 @@
-#ifndef __I386_A_OUT_H__
-#define __I386_A_OUT_H__
-
-struct exec
-{
-  unsigned long a_info;		/* Use macros N_MAGIC, etc for access */
-  unsigned a_text;		/* length of text, in bytes */
-  unsigned a_data;		/* length of data, in bytes */
-  unsigned a_bss;		/* length of uninitialized data area for file, in bytes */
-  unsigned a_syms;		/* length of symbol table data in file, in bytes */
-  unsigned a_entry;		/* start address */
-  unsigned a_trsize;		/* length of relocation info for text, in bytes */
-  unsigned a_drsize;		/* length of relocation info for data, in bytes */
-};
-
-#define N_TRSIZE(a)	((a).a_trsize)
-#define N_DRSIZE(a)	((a).a_drsize)
-#define N_SYMSIZE(a)	((a).a_syms)
-
-#ifdef __KERNEL__
-
-#define STACK_TOP	(TASK_SIZE - 3*PAGE_SIZE)
-
-#endif
-
-#endif /* __A_OUT_GNU_H__ */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-08 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 12:55 [PATCH] remove include/asm-i386/a.out.h from sparse tree Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.