From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- .../libcxgb3/files/libcxgb3-1.3.1-fno-common.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch (limited to 'sys-fabric/libcxgb3/files') diff --git a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch b/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch deleted file mode 100644 index e23ffa8682c2..000000000000 --- a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/src/cxio_wr.h -+++ b/src/cxio_wr.h -@@ -638,9 +638,9 @@ static inline unsigned t3_cq_depth(struct t3_cq *cq) - return (1UL<size_log2); - } - --unsigned long iwch_page_size; --unsigned long iwch_page_shift; --unsigned long iwch_page_mask; -+extern unsigned long iwch_page_size; -+extern unsigned long iwch_page_shift; -+extern unsigned long iwch_page_mask; - - #define PAGE_ALIGN(x) (((x) + iwch_page_mask) & ~iwch_page_mask) - ---- a/src/iwch.c -+++ b/src/iwch.c -@@ -63,6 +63,10 @@ - .device = PCI_DEVICE_ID_CHELSIO_##d, \ - .type = CHELSIO_##t } - -+extern unsigned long iwch_page_size; -+extern unsigned long iwch_page_mask; -+extern unsigned long iwch_page_shift; -+ - struct { - unsigned vendor; - unsigned device; ---- a/src/verbs.c -+++ b/src/verbs.c -@@ -45,6 +45,10 @@ - #include "iwch.h" - #include "iwch-abi.h" - -+unsigned long iwch_page_size; -+unsigned long iwch_page_shift; -+unsigned long iwch_page_mask; -+ - int iwch_query_device(struct ibv_context *context, struct ibv_device_attr *attr) - { - struct ibv_query_device cmd; -- cgit v1.2.3