net: Replace get_cpu_var through this_cpu_ptr
[deliverable/linux.git] / include / net / netfilter / nf_conntrack.h
index 37252f71a38037d0e969699dc7376e6dcae1c5ec..c8a7db605e038007a90cd52cf503a171f36f2f6d 100644 (file)
@@ -242,7 +242,7 @@ extern s32 (*nf_ct_nat_offset)(const struct nf_conn *ct,
 DECLARE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
 static inline struct nf_conn *nf_ct_untracked_get(void)
 {
-       return &__raw_get_cpu_var(nf_conntrack_untracked);
+       return raw_cpu_ptr(&nf_conntrack_untracked);
 }
 void nf_ct_untracked_status_or(unsigned long bits);
 
This page took 0.02522 seconds and 5 git commands to generate.