ovsdb: Synchronize comments and code in ovsdb_file_commit().
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / cpumask.h
1 #ifndef __LINUX_CPUMASK_WRAPPER_H
2 #define __LINUX_CPUMASK_WRAPPER_H
3
4 #include_next <linux/cpumask.h>
5
6 /* for_each_cpu was renamed for_each_possible_cpu in 2.6.18. */
7 #ifndef for_each_possible_cpu
8 #define for_each_possible_cpu for_each_cpu
9 #endif
10
11 #endif /* linux/cpumask.h wrapper */