[PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32
authorKumar Gala <galak@freescale.com>
Tue, 18 Oct 2005 22:42:41 +0000 (17:42 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 23:43:34 +0000 (09:43 +1000)
commit3d904eef54fd145e2ae5fadb52d2c39bc49339ae
tree08c783f78f353aa54f5edee4542d0d6daabdfc6e
parentb15125fa81a522882247242e569bc7035e28cc82
[PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32

The _GLOBAL() macro is for text symbols only. Changed to using
.globl for .data symbols.  This is also needed in ppc32 land
to allow FSL Book-E, 40x, and 44x to work.

Signed-off-by: Kumar K. Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/head_44x.S
arch/ppc/kernel/head_4xx.S
arch/ppc/kernel/head_fsl_booke.S