From bf7446a4f4b17cebb4500fe9d57b8d240567795e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 9 Oct 2009 09:44:47 -0700 Subject: [PATCH] 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. --- datapath/linux-2.6/Modules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.30.2