diff options
Diffstat (limited to 'arch/avr32/include/asm/global_data.h')
| -rw-r--r-- | arch/avr32/include/asm/global_data.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/avr32/include/asm/global_data.h b/arch/avr32/include/asm/global_data.h index 4ef8fc570..5c654bd5e 100644 --- a/arch/avr32/include/asm/global_data.h +++ b/arch/avr32/include/asm/global_data.h @@ -38,6 +38,9 @@ typedef	struct	global_data {  	unsigned long	baudrate;  	unsigned long	stack_end;	/* highest stack address */  	unsigned long	have_console;	/* serial_init() was called */ +#ifdef CONFIG_PRE_CONSOLE_BUFFER +	unsigned long	precon_buf_idx;	/* Pre-Console buffer index */ +#endif  	unsigned long	reloc_off;	/* Relocation Offset */  	unsigned long	env_addr;	/* Address of env struct */  	unsigned long	env_valid;	/* Checksum of env valid? */ |