From 282efb7023d482632f2fa567163362841423a1ac Mon Sep 17 00:00:00 2001 From: Monam Agarwal Date: Sat, 22 Mar 2014 12:20:56 +0530 Subject: [PATCH] arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c Here rcu_assign_pointer() is ensuring that the initialization of a structure is carried out before storing a pointer to that structure. So, rcu_assign_pointer(p, NULL) can always safely be converted to RCU_INIT_POINTER(p, NULL). Signed-off-by: Monam Agarwal Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed