From: Kumar Gala Date: Wed, 12 Oct 2005 04:54:00 +0000 (-0500) Subject: [PATCH] powerpc: replace use of _GLOBAL with .globl X-Git-Tag: v2.6.15-rc1~59^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea703ce20699dd85ad7954e34b71a2c7c47b6132;p=pandora-kernel.git [PATCH] powerpc: replace use of _GLOBAL with .globl The _GLOBAL() macro is for text symbols only. Changed to using .globl for .data symbols. Signed-off-by: Kumar K. Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed