datapath: Use per_cpu_ptr instead of percpu_ptr.
authorJesse Gross <jesse@nicira.com>
Thu, 13 May 2010 23:52:14 +0000 (16:52 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 14 May 2010 22:10:45 +0000 (15:10 -0700)
commit7183d1ecce62da62b31ea973c01fd77721f42c2c
tree591d17cf30efe9e289915be54d9ca99584b90c5c
parent9dca7bd50a93eeb26fb7e47ddb896de22f782e7b
datapath: Use per_cpu_ptr instead of percpu_ptr.

percpu_ptr was removed in 2.6.30, so update the one remaining user
and take out the compatibility code.

Suggested-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/include/linux/percpu.h [deleted file]