From b2b43463af8e39ea57bca95bcb24d64e12bbd510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Klotzb=FCcher?= Date: Fri, 10 Feb 2006 11:25:41 +0100 Subject: Changed gcc-4.0 global data pointer fix to conform with the fix for this on other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b) --- include/asm-arm/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-arm') diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h index b3c7084..0b6c817 100644 --- a/include/asm-arm/global_data.h +++ b/include/asm-arm/global_data.h @@ -61,7 +61,7 @@ typedef struct global_data { #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */ #define GD_FLG_SILENT 0x00004 /* Silent mode */ -#define GCC_4_SCREW_GDP 1 +#undef GCC_4_SCREW_GDP #ifdef GCC_4_SCREW_GDP # define DECLARE_GLOBAL_DATA_PTR register gd_t* volatile gd asm ("r8"); #else -- cgit v1.1