All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] fix compilation with binutils 2.21
@ 2011-06-21 15:28 Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2011-06-21 15:28 UTC (permalink / raw)
  To: Marc Dietrich (marvin24-Mmb7MZpHnFY@public.gmane.org)
  Cc: Colin Cross (ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org),
	Olof Johansson (olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org),
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

Marc Dietrich wrote at Wed, 27 Apr 2011 17:47:59 +0200:
> 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).

Can you resend this patch with a Signed-off-by line. Then, I hope Colin
can commit it.

Thanks.

> --- 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
>   *

-- 
nvpublic

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fix compilation with binutils 2.21
@ 2011-04-27 15:47 Marc Dietrich
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Dietrich @ 2011-04-27 15:47 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Stephen Warren, Colin Cross, Olof Johansson

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-21 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 15:28 [PATCH] fix compilation with binutils 2.21 Stephen Warren
  -- strict thread matches above, loose matches on Subject: below --
2011-04-27 15:47 Marc Dietrich

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.