diff options
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
| -rw-r--r-- | arch/powerpc/include/asm/processor.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index ac2330820b9a..8ab8a1a9610a 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -236,7 +236,9 @@ struct thread_struct {  #endif  	struct arch_hw_breakpoint hw_brk; /* info on the hardware breakpoint */  	unsigned long	trap_nr;	/* last trap # on this thread */ +	u8 load_fp;  #ifdef CONFIG_ALTIVEC +	u8 load_vec;  	struct thread_vr_state vr_state;  	struct thread_vr_state *vr_save_area;  	unsigned long	vrsave;  | 
