From e05af1b1b142d349695cf25a3d7dd29d22a879c3 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Wed, 18 Nov 2009 17:53:21 +0900 Subject: [PATCH] --- yaml --- r: 185010 b: refs/heads/master c: 85438592f179c126ad4cb9a280046d4f0a501e6d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/percpu-defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f747012eee8..492ad2808967 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 545695fb41da117928ab946067a42d9e15fd009d +refs/heads/master: 85438592f179c126ad4cb9a280046d4f0a501e6d diff --git a/trunk/include/linux/percpu-defs.h b/trunk/include/linux/percpu-defs.h index 1fa36eb54b6a..68567c0b3a5d 100644 --- a/trunk/include/linux/percpu-defs.h +++ b/trunk/include/linux/percpu-defs.h @@ -24,7 +24,7 @@ * input parameter is a percpu pointer. */ #define __verify_pcpu_ptr(ptr) do { \ - void __percpu *__vpp_verify = (typeof(ptr))NULL; \ + const void __percpu *__vpp_verify = (typeof(ptr))NULL; \ (void)__vpp_verify; \ } while (0)