diff options
Diffstat (limited to 'arch/m68k/include/asm/global_data.h')
-rw-r--r-- | arch/m68k/include/asm/global_data.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/global_data.h b/arch/m68k/include/asm/global_data.h index 4ac886933c6..aea2ccabe08 100644 --- a/arch/m68k/include/asm/global_data.h +++ b/arch/m68k/include/asm/global_data.h @@ -32,11 +32,6 @@ struct arch_global_data { #include <asm-generic/global_data.h> -#if 0 -extern gd_t *global_data; -#define DECLARE_GLOBAL_DATA_PTR gd_t *gd = global_data -#else -#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") -#endif +#define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("d7") #endif /* __ASM_GBL_DATA_H */ |