summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2005-01-05 00:11:57 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-05 00:11:57 -0800
commit13768e75f6fedcec916df2ed8d237259291eca76 (patch)
tree8145fadbff9e8b81f4da8e55fdeea94ddd0059bf
parent51f1683d59f2ff3e7fc4580f3bf7323cd11c0cb8 (diff)
[PATCH] FRV: provide stub asm/a.out.h
This provides a stub asm/a.out.h for the FRV arch. This shouldn't be necessary as FRV doesn't support the AOUT binfmt, but it seems to be required by some archs for compilation of fs/exec.c. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--include/asm-frv/a.out.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-frv/a.out.h b/include/asm-frv/a.out.h
new file mode 100644
index 000000000000..dd3b7e5754c9
--- /dev/null
+++ b/include/asm-frv/a.out.h
@@ -0,0 +1,5 @@
+/*
+ * FRV doesn't do AOUT format. This header file should be removed as
+ * soon as fs/exec.c and fs/proc/kcore.c and the archs that require
+ * them to include linux/a.out.h are fixed.
+ */