[ewg] [PATCH 0FED 1.5] remove *.orig files

Jon Mason jon at opengridcomputing.com
Thu Jul 9 08:32:38 PDT 2009


Remove erronious *.orig files from the OFED 1.5 tree

Signed-Off-By: Jon Mason <jon at opengridcomputing.com>
---

diff --git a/kernel_addons/attic/backport/2.6.16_sles10_sp1/include/linux/netdevice.h.orig b/kernel_addons/attic/backport/2.6.16_sles10_sp1/include/linux/netdevice.h.orig
deleted file mode 100644
index 225eeda..0000000
--- a/kernel_addons/attic/backport/2.6.16_sles10_sp1/include/linux/netdevice.h.orig
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef _LINUX_NETDEVICE_BACKPORT_TO_2_6_16
-#define _LINUX_NETDEVICE_BACKPORT_TO_2_6_16
-
-#include_next <linux/netdevice.h>
-
-static inline void netif_tx_lock(struct net_device *dev)
-{
-	spin_lock(&dev->xmit_lock);
-	dev->xmit_lock_owner = smp_processor_id();
-}
-
-static inline void netif_tx_unlock(struct net_device *dev)
-{
-	dev->xmit_lock_owner = -1;
-	spin_unlock(&dev->xmit_lock);
-}
-
-#undef SET_ETHTOOL_OPS
-#define SET_ETHTOOL_OPS(netdev, ops) \
-	(netdev)->ethtool_ops = (struct ethtool_ops *)(ops)
-
-#endif
diff --git a/kernel_addons/attic/backport/2.6.9_U2/include/linux/types.h.orig b/kernel_addons/attic/backport/2.6.9_U2/include/linux/types.h.orig
deleted file mode 100644
index c06977a..0000000
--- a/kernel_addons/attic/backport/2.6.9_U2/include/linux/types.h.orig
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef LINUX_TYPES_BACKPORT_H
-#define LINUX_TYPES_BACKPORT_H
-
-#include_next <linux/types.h>
-
-#ifdef __KERNEL__
-typedef unsigned int gfp_t;
-#endif
-
-#endif
diff --git a/kernel_addons/backport/2.6.9_U6/include/linux/types.h.orig b/kernel_addons/backport/2.6.9_U6/include/linux/types.h.orig
deleted file mode 100644
index 5272dbe..0000000
--- a/kernel_addons/backport/2.6.9_U6/include/linux/types.h.orig
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef LINUX_TYPES_BACKPORT_H
-#define LINUX_TYPES_BACKPORT_H
-
-#include_next <linux/types.h>
-
-#define BITS_PER_BYTE 8
-#define __bitwise__
-
-typedef __u16	__sum16;
-typedef __u32	__wsum;
-
-#endif
-#ifndef LINUX_TYPES_BAcKPORT_TO_2_6_18_H
-#define LINUX_TYPES_BAcKPORT_TO_2_6_18_H
-
-#include_next <linux/types.h>
-
-typedef _Bool bool;
-
-typedef unsigned long resource_size_t;
-
-#endif



More information about the ewg mailing list