arm64: hw_breakpoint compile error fixing
authorAlex Shi <alex.shi@linaro.org>
Wed, 5 Mar 2014 06:49:35 +0000 (14:49 +0800)
committerAlex Shi <alex.shi@linaro.org>
Mon, 10 Mar 2014 05:38:37 +0000 (13:38 +0800)
commit797bca32b8f2ba6cf4aa9ad19f0ba1580d7bd9a4
tree6b1584c4d2c06cf182f1c74c82b99846b0428b76
parent1447ced2fb88eb2d7fa7df79f156569ffaa97913
arm64: hw_breakpoint compile error fixing

When backport commit,
arm64: kernel: implement HW breakpoints CPU PM notifier
We have the following compile error, that is due to on 3.10, we still
need to use __get_cpu_var instead of this_cpu_ptr. This patch is
to fix it.

arch/arm64/kernel/hw_breakpoint.c: In function ‘hw_breakpoint_reset’:
arch/arm64/kernel/hw_breakpoint.c:864:15: error: cast specifies array type
arch/arm64/kernel/hw_breakpoint.c:873:15: error: cast specifies array type
make[1]: *** [arch/arm64/kernel/hw_breakpoint.o] Error 1

Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kernel/hw_breakpoint.c