* ia64 get_fs() build fix
@ 2004-10-22 8:53 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2004-10-22 8:53 UTC (permalink / raw)
To: linux-ia64
Not sure how I managed to do this, but...
In file included from arch/ia64/ia32/binfmt_elf32.c:22:
arch/ia64/ia32/elfcore32.h: In function `elf_core_copy_task_fpregs': arch/ia64/ia32/elfcore32.h:111: warning: implicit declaration of function `get_fs' arch/ia64/ia32/elfcore32.h:111: error: incompatible types in assignment
arch/ia64/ia32/elfcore32.h:112: warning: implicit declaration of function `set_fs'
arch/ia64/ia32/elfcore32.h:112: error: `KERNEL_DS' undeclared (first use in this function)
arch/ia64/ia32/elfcore32.h:112: error: (Each undeclared identifier is reported only once
arch/ia64/ia32/elfcore32.h:112: error: for each function it appears in.) arch/ia64/ia32/elfcore32.h: In function `elf_core_copy_task_xfpregs':
arch/ia64/ia32/elfcore32.h:129: error: incompatible types in assignment arch/ia64/ia32/elfcore32.h:130: error: `KERNEL_DS' undeclared (first use in this function)
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
25-akpm/arch/ia64/ia32/elfcore32.h | 1 +
1 files changed, 1 insertion(+)
diff -puN arch/ia64/ia32/elfcore32.h~ia64-get_fs-build-fix arch/ia64/ia32/elfcore32.h
--- 25/arch/ia64/ia32/elfcore32.h~ia64-get_fs-build-fix Fri Oct 22 16:42:20 2004
+++ 25-akpm/arch/ia64/ia32/elfcore32.h Fri Oct 22 16:42:35 2004
@@ -9,6 +9,7 @@
#define _ELFCORE32_H_
#include <asm/intrinsics.h>
+#include <asm/uaccess.h>
#define USE_ELF_CORE_DUMP 1
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-22 8:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 8:53 ia64 get_fs() build fix Andrew Morton
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.