diff options
Diffstat (limited to 'arch/sparc/include/asm/vdso.h')
| -rw-r--r-- | arch/sparc/include/asm/vdso.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/sparc/include/asm/vdso.h b/arch/sparc/include/asm/vdso.h index 93b628731a5e..56836eb01787 100644 --- a/arch/sparc/include/asm/vdso.h +++ b/arch/sparc/include/asm/vdso.h @@ -8,10 +8,10 @@  struct vdso_image {  	void *data;  	unsigned long size;   /* Always a multiple of PAGE_SIZE */ + +	unsigned long tick_patch, tick_patch_len; +  	long sym_vvar_start;  /* Negative offset to the vvar area */ -	long sym_vread_tick; /* Start of vread_tick section */ -	long sym_vread_tick_patch_start; /* Start of tick read */ -	long sym_vread_tick_patch_end;   /* End of tick read */  };  #ifdef CONFIG_SPARC64 |