From: Marc Dietrich <marvin24-Mmb7MZpHnFY@public.gmane.org>
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
Subject: [PATCH] fix compilation with binutils 2.21
Date: Wed, 27 Apr 2011 17:47:59 +0200 [thread overview]
Message-ID: <201104271747.59497.marvin24@gmx.de> (raw)
Hi,
I need the following patch to compile the tegra kernel with binutils 2.21 (as in
Ubuntu Natty and soon everywhere else). As far as I can see, it produces
identical binaries (and boots of course).
--- a/arch/arm/mach-tegra/headsmp-t2.S
+++ b/arch/arm/mach-tegra/headsmp-t2.S
@@ -108,7 +108,7 @@ __restart_plls:
/* FIXME: need to record actual power transition here */
mov r0, #0
b __cortex_a9_l2x0_restart
-ENDPROC(__restart_pllx)
+ENDPROC(__restart_plls)
/*
* __enable_coresite_access
*
Marc Dietrich
next reply other threads:[~2011-04-27 15:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-27 15:47 Marc Dietrich [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-06-21 15:28 [PATCH] fix compilation with binutils 2.21 Stephen Warren
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=201104271747.59497.marvin24@gmx.de \
--to=marvin24-mmb7mzphnfy@public.gmane.org \
--cc=ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox