Re: [PATCH 22/31] s390: cio driver &__get_cpu_var replacements

2014-07-18 Thread Tejun Heo
Applied to wq/for-3.17-consistent-ops. If this patch should be routed differently, please holler. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majo

[PATCH 22/31] s390: cio driver &__get_cpu_var replacements

2014-06-20 Thread Christoph Lameter
Use this_cpu_ptr() instead of &__get_cpu_var() Signed-off-by: Christoph Lameter Index: linux/drivers/s390/cio/ccwreq.c === --- linux.orig/drivers/s390/cio/ccwreq.c2014-06-16 09:51:31.857301254 -0500 +++ linux/drivers/s390/c