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)
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>

No differences found