diff options
Diffstat (limited to 'include/asm-ppc')
| -rw-r--r-- | include/asm-ppc/global_data.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 231f24724..f242d1b2f 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -59,7 +59,9 @@ typedef	struct	global_data {  #if defined(CONFIG_EVB64260)  	unsigned int	mirror_hack[16];  #endif -#if defined(CONFIG_SANDPOINT) || defined(CONFIG_MUSENKI) +#if defined(CONFIG_SANDPOINT) ||  \ +    defined(CONFIG_MUSENKI)   ||  \ +    defined(CONFIG_A3000)  	void *		console_addr;  #endif  #ifdef CONFIG_AMIGAONEG3SE |