LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mikael Pettersson <mikpe@it.uu.se>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
rmk+kernel@arm.linux.org.uk
Subject: Re: next-20081103: arch/arm/kernel/elf.c:30: error: 'e_flags' undeclared
Date: Mon, 3 Nov 2008 16:08:10 +0100 [thread overview]
Message-ID: <18703.5082.59702.571742@harpo.it.uu.se> (raw)
In-Reply-To: <20081103142801.GA3918@x200.localdomain>
Alexey Dobriyan writes:
> s/e_flags/eflags/ but I'm not sure.
Correct. I sent the fixup patch below to rmk and the linux arm mailing
list yesterday, but I guess it hasn't found it's way to linux-next yet:
--- linux-2.6.28-rc2/arch/arm/kernel/elf.c.~1~ 2008-11-02 16:24:46.000000000 +0100
+++ linux-2.6.28-rc2/arch/arm/kernel/elf.c 2008-11-02 16:25:49.000000000 +0100
@@ -27,7 +27,7 @@ int elf_check_arch(const struct elf32_hd
if ((eflags & EF_ARM_APCS_26) && !(elf_hwcap & HWCAP_26BIT))
return 0;
- flt_fmt = e_flags & (EF_ARM_VFP_FLOAT | EF_ARM_SOFT_FLOAT);
+ flt_fmt = eflags & (EF_ARM_VFP_FLOAT | EF_ARM_SOFT_FLOAT);
/* VFP requires the supporting code */
if (flt_fmt == EF_ARM_VFP_FLOAT && !(elf_hwcap & HWCAP_VFP))
next prev parent reply other threads:[~2008-11-03 15:08 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-03 7:32 linux-next: Tree for November 3 Stephen Rothwell
2008-11-03 13:58 ` next-20081103: error: asm/ftrace.h: No such file or directory Alexey Dobriyan
2008-11-03 14:04 ` Ingo Molnar
2008-11-03 14:28 ` next-20081103: arch/arm/kernel/elf.c:30: error: 'e_flags' undeclared Alexey Dobriyan
2008-11-03 15:08 ` Mikael Pettersson [this message]
2008-11-03 15:31 ` Russell King
2008-11-03 14:54 ` next-20081103: voyager Alexey Dobriyan
2008-11-03 15:08 ` Ingo Molnar
2008-11-03 15:50 ` next-20081103: oxu210hp-hcd.c:3849: error: implicit declaration of function 'set_irq_type' Alexey Dobriyan
2008-11-04 16:30 ` Rodolfo Giometti
2008-11-04 18:43 ` Greg KH
2008-11-04 19:45 ` Rodolfo Giometti
2008-11-05 8:50 ` Alexey Dobriyan
2008-11-03 16:55 ` linux-next: Tree for November 3 (kvm) Randy Dunlap
2008-11-03 19:20 ` linux-next: Tree for November 3 (kvm)(resend/lost) Randy Dunlap
2008-11-04 9:23 ` Avi Kivity
2008-11-05 7:13 ` next-20081103 - possible circular locking dependency detected while bring up eth1 Kamalesh Babulal
2008-11-05 7:48 ` Peter Zijlstra
2008-11-05 9:14 ` KOSAKI Motohiro
2008-11-06 10:18 ` linux-next: Tree for November 3 Nico -telmich- Schottelius
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=18703.5082.59702.571742@harpo.it.uu.se \
--to=mikpe@it.uu.se \
--cc=adobriyan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=sfr@canb.auug.org.au \
--subject='Re: next-20081103: arch/arm/kernel/elf.c:30: error: '\''e_flags'\'' undeclared' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).