[openib-general] Kernel 2.6.9
Roland Dreier
roland at topspin.com
Tue Oct 19 08:52:58 PDT 2004
Now that Linus has officially released 2.6.9, I am removing backwards
compatibility from mthca (basically the patch below). I added a 2.6.9
patch in the src/linux-kernel/patches directory. Since the tree does
not compile against anything older, I removed the older kernel
patches (I don't think they're useful and they probably create confusion).
Eagle-eyed readers will notice that there is now a linux-2.6.9-ipoib-multicast.diff
patch in the patches directory as well. This adds the mapping from
IPv4 multicast address to IB MGID. Once I fix multicast in the IPoIB
driver, this patch will be required for correct operation.
- R.
Index: infiniband/hw/mthca/mthca_dev.h
===================================================================
--- infiniband/hw/mthca/mthca_dev.h (revision 987)
+++ infiniband/hw/mthca/mthca_dev.h (working copy)
@@ -29,14 +29,6 @@
#include <linux/pci.h>
#include <asm/semaphore.h>
-/*
- * Backwards compatibility for kernel 2.6.8.1. Remove when 2.6.9 is
- * officially released with support for __iomem annotations.
- */
-#ifndef __iomem
-#define __iomem
-#endif
-
#include "mthca_provider.h"
#include "mthca_doorbell.h"
More information about the general
mailing list