From: Ben Pfaff Date: Fri, 9 Oct 2009 16:44:47 +0000 (-0700) Subject: datapath: Add cpumask.h header wrapper to distribution. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7446a4f4b17cebb4500fe9d57b8d240567795e;p=openvswitch datapath: Add cpumask.h header wrapper to distribution. This header was included in the Git tree but we failed to distribute it as part of the tarball. This problem was found by inspection. I am not aware of an actual problem this fixes. --- diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index e5aa51da..7892583c 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -4,6 +4,7 @@ openvswitch_sources += \ openvswitch_headers += \ linux-2.6/compat-2.6/compat26.h \ linux-2.6/compat-2.6/include/asm-generic/bug.h \ + linux-2.6/compat-2.6/include/linux/cpumask.h \ linux-2.6/compat-2.6/include/linux/dmi.h \ linux-2.6/compat-2.6/include/linux/err.h \ linux-2.6/compat-2.6/include/linux/icmp.h \ @@ -13,8 +14,8 @@ openvswitch_headers += \ linux-2.6/compat-2.6/include/linux/jiffies.h \ linux-2.6/compat-2.6/include/linux/kernel.h \ linux-2.6/compat-2.6/include/linux/kobject.h \ - linux-2.6/compat-2.6/include/linux/log2.h \ linux-2.6/compat-2.6/include/linux/lockdep.h \ + linux-2.6/compat-2.6/include/linux/log2.h \ linux-2.6/compat-2.6/include/linux/mutex.h \ linux-2.6/compat-2.6/include/linux/netdevice.h \ linux-2.6/compat-2.6/include/linux/netfilter_bridge.h \