From: Richard Weinberger <richard@nod.at>
To: mingo@redhat.com
Cc: user-mode-linux-devel@lists.sourceforge.net,
linux-tip-commits@vger.kernel.org,
Richard Weinberger <richard@nod.at>,
paul.gortmaker@windriver.com, hpa@zytor.com, tglx@linutronix.de
Subject: [uml-devel] [PATCH] um, x86: Fix vDSO build
Date: Sun, 12 Jan 2014 15:52:21 +0100 [thread overview]
Message-ID: <1389538341-31383-1-git-send-email-richard@nod.at> (raw)
In-Reply-To: <20140112120305.GA13076@gmail.com>
Commit "x86: Delete non-required instances of include <linux/init.h>"
broke the UML build.
arch/x86/um/vdso/vdso.S: Assembler messages:
arch/x86/um/vdso/vdso.S:2: Error: no such instruction: `__initdata'
arch/x86/um/vdso/vdso.S:9: Error: no such instruction: `__finit'
UML's vDSO needs linux/init.h.
Signed-off-by: Richard Weinberger <richard@nod.at>
---
arch/x86/um/vdso/vdso.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/um/vdso/vdso.S b/arch/x86/um/vdso/vdso.S
index 4b4bd4c..1cb468a 100644
--- a/arch/x86/um/vdso/vdso.S
+++ b/arch/x86/um/vdso/vdso.S
@@ -1,3 +1,4 @@
+#include <linux/init.h>
__INITDATA
--
1.8.1.4
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next parent reply other threads:[~2014-01-12 14:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20140112120305.GA13076@gmail.com>
2014-01-12 14:52 ` Richard Weinberger [this message]
2014-01-12 17:02 ` [uml-devel] [PATCH] um, x86: Fix vDSO build H. Peter Anvin
2014-01-12 17:17 ` Richard Weinberger
2014-01-12 18:58 ` Geert Uytterhoeven
2014-01-12 19:01 ` Richard Weinberger
2014-01-13 12:50 ` Fengguang Wu
2014-01-13 20:01 ` H. Peter Anvin
2014-01-12 17:18 ` Paul Gortmaker
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=1389538341-31383-1-git-send-email-richard@nod.at \
--to=richard@nod.at \
--cc=hpa@zytor.com \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=paul.gortmaker@windriver.com \
--cc=tglx@linutronix.de \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox