[PATCH 3/6] gtp: remove per cpu stats compat ifdef for Linux < 3.13

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Andreas Schultz aschultz at tpip.net
Thu Oct 29 11:38:59 UTC 2015


Signed-off-by: Andreas Schultz <aschultz at tpip.net>
---
 gtp.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gtp.h b/gtp.h
index 8422875..5f8d8a2 100644
--- a/gtp.h
+++ b/gtp.h
@@ -10,10 +10,6 @@
 #define UDP_ENCAP_GTP1U	5
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
-#define pcpu_sw_netstats pcpu_tstats
-#endif
-
 /* general GTP protocol related definitions */
 
 #define GTP0_PORT	3386
-- 
2.5.0




More information about the OpenBSC mailing list