parisc: Replace __get_cpu_var uses for address calculation

Convert to the use of this_cpu_ptr().

Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Этот коммит содержится в:
Christoph Lameter
2014-02-14 14:18:56 -06:00
коммит произвёл Helge Deller
родитель 455c6fdbd2
Коммит 496252f787
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -470,7 +470,7 @@ static unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len)
return 0;
/* if a load or store fault occured we can get the faulty addr */
d = &__get_cpu_var(exception_data);
d = this_cpu_ptr(&exception_data);
fault_addr = d->fault_addr;
/* error in load or store? */