aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-261-1/+1
| | | | | | | | | | | | Replace places where __get_cpu_var() is used for an address calculation with this_cpu_ptr(). Signed-off-by: Christoph Lameter <cl@linux.com> Cc: Tejun Heo <tj@kernel.org> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* first commitMeizu OpenSource2016-08-151-0/+2760