From: Andrew Morton <akpm@osdl.org>
To: linux-ia64@vger.kernel.org
Subject: ia64 get_fs() build fix
Date: Fri, 22 Oct 2004 08:53:42 +0000 [thread overview]
Message-ID: <20041022015342.2add97ee.akpm@osdl.org> (raw)
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
_
reply other threads:[~2004-10-22 8:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041022015342.2add97ee.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.