diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-01-20 11:56:04 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-01-20 11:56:04 +0000 |
commit | 748bcf2d55a147b9ed3e69a33c54ab802c330d3b (patch) | |
tree | 1225d9e409190dceb3b937648f67fc7880c7d989 /sys-infiniband/infinipath-psm/files | |
parent | x86 stable per bug 398687 (diff) | |
download | gentoo-2-748bcf2d55a147b9ed3e69a33c54ab802c330d3b.tar.gz gentoo-2-748bcf2d55a147b9ed3e69a33c54ab802c330d3b.tar.bz2 gentoo-2-748bcf2d55a147b9ed3e69a33c54ab802c330d3b.zip |
[sys-infiniband/infinipath-psm] Initial import
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband/infinipath-psm/files')
-rw-r--r-- | sys-infiniband/infinipath-psm/files/infinipath-psm-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-infiniband/infinipath-psm/files/infinipath-psm-include.patch b/sys-infiniband/infinipath-psm/files/infinipath-psm-include.patch new file mode 100644 index 000000000000..dd13ae0d1501 --- /dev/null +++ b/sys-infiniband/infinipath-psm/files/infinipath-psm-include.patch @@ -0,0 +1,10 @@ +--- ./ptl_ips/ips_proto_header.h.orig 2012-01-20 15:49:17.000000000 +0400 ++++ ./ptl_ips/ips_proto_header.h 2012-01-20 15:49:24.000000000 +0400 +@@ -72,7 +72,6 @@ + union { + struct { + __u16 mqhdr : 14; /* PSM matched queues */ +- __u16 dst_subcontext : 2; /* Destination subcontext */ + }; + struct { /* for PSM Active Messages */ + __u16 amhdr_hidx : 8; |