[IA64] Update comment that references __get_cpu_var
authorChristoph Lameter <cl@linux.com>
Tue, 2 Dec 2014 19:22:07 +0000 (11:22 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 2 Dec 2014 19:22:07 +0000 (11:22 -0800)
__get_cpu_var was removed. Update the comments.

Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/percpu.h

index 14aa1c58912b6ff70a62d35f77c052fa80ee2930..0ec484d2dcbcad7c175b2510871b10c63644108a 100644 (file)
@@ -35,8 +35,8 @@ extern void *per_cpu_init(void);
 
 /*
  * Be extremely careful when taking the address of this variable!  Due to virtual
- * remapping, it is different from the canonical address returned by __get_cpu_var(var)!
- * On the positive side, using __ia64_per_cpu_var() instead of __get_cpu_var() is slightly
+ * remapping, it is different from the canonical address returned by this_cpu_ptr(&var)!
+ * On the positive side, using __ia64_per_cpu_var() instead of this_cpu_ptr() is slightly
  * more efficient.
  */
 #define __ia64_per_cpu_var(var) (*({                                   \