Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull sparc fix from David Miller:
 "Build regression fix"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc: Fix VDSO build with older binutils.
This commit is contained in:
Linus Torvalds
2018-10-25 18:14:31 -07:00
bovenliggende c300af2857 caf539cd10
commit e5f6d9afa3
7 gewijzigde bestanden met toevoegingen van 337 en 64 verwijderingen

Bestand weergeven

@@ -9,8 +9,6 @@ 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 */
};