From: Olivier DANET Date: Wed, 10 Jul 2013 20:56:10 +0000 (-0700) Subject: [PATCH] sparc32: vm_area_struct access for old Sun SPARCs. X-Git-Tag: v3.11-rc1~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961246b4ed8da3bcf4ee1eb9147f341013553e3c;p=pandora-kernel.git [PATCH] sparc32: vm_area_struct access for old Sun SPARCs. Commit e4c6bfd2d79d063017ab19a18915f0bc759f32d9 ("mm: rearrange vm_area_struct for fewer cache misses") changed the layout of the vm_area_struct structure, it broke several SPARC32 assembly routines which used numerical constants for accessing the vm_mm field. This patch defines the VMA_VM_MM constant to replace the immediate values. Signed-off-by: Olivier DANET Signed-off-by: David S. Miller --- Reading git-diff-tree failed