From 0332990b8508cea232b2f2ae47283cf395c7ee62 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 20 Jun 2003 22:36:30 +0000 Subject: * Patch by Devin Crumb, 02 Apr 2003: Fix clock divider rounding problem in drivers/serial.c * Patch by Ken Chou, 19 June 2003: Added support for A3000 SBC board (Artis Microsystems Inc.) --- include/asm-ppc/global_data.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/asm-ppc') diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 231f24724e0..f242d1b2f1c 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 -- cgit v1.3.1