Marc Dietrich wrote at Tuesday, June 21, 2011 12:31 PM:
> binutils since version 2.21 is more pedantic regarding naming and will wail if
> e.g. the name of a function is not exactly the same as in the ENDPROC 
> directive.

Colin, FYI, this issue was also recently discovered internally at NVIDIA, and 
the
same fix was derived and validated.

> Signed-off-by: Marc Dietrich <[email protected]>
> ---
>  arch/arm/mach-tegra/headsmp-t2.S |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-tegra/headsmp-t2.S 
> b/arch/arm/mach-tegra/headsmp-t2.S
> index 9da0ed6..a550cb7 100644
> --- 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
>   *
> --
> 1.7.4.1

-- 
nvpublic

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to