summaryrefslogtreecommitdiff
path: root/datapath/linux/compat/include/linux/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/linux/compat/include/linux/percpu.h')
-rw-r--r--datapath/linux/compat/include/linux/percpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/datapath/linux/compat/include/linux/percpu.h b/datapath/linux/compat/include/linux/percpu.h
index 7c346aa31..a039142e2 100644
--- a/datapath/linux/compat/include/linux/percpu.h
+++ b/datapath/linux/compat/include/linux/percpu.h
@@ -7,12 +7,6 @@
#define this_cpu_ptr(ptr) per_cpu_ptr(ptr, smp_processor_id())
#endif
-#ifdef HAVE_RHEL6_PER_CPU
-#undef this_cpu_read
-#undef this_cpu_inc
-#undef this_cpu_dec
-#endif
-
#if !defined this_cpu_read
#define this_cpu_read(ptr) percpu_read(ptr)
#endif