diff options
Diffstat (limited to 'arch/powerpc/include/asm/global_data.h')
| -rw-r--r-- | arch/powerpc/include/asm/global_data.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index a33ca2f7b..7fcaf384e 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -138,6 +138,9 @@ typedef	struct	global_data {  	unsigned long	env_addr;	/* Address  of Environment struct	*/  	unsigned long	env_valid;	/* Checksum of Environment valid?	*/  	unsigned long	have_console;	/* serial_init() was called		*/ +#ifdef CONFIG_PRE_CONSOLE_BUFFER +	unsigned long	precon_buf_idx;	/* Pre-Console buffer index */ +#endif  #if defined(CONFIG_SYS_ALLOC_DPRAM) || defined(CONFIG_CPM2)  	unsigned int	dp_alloc_base;  	unsigned int	dp_alloc_top; |