Skip to content

Commit f1076a9

Browse files
KubaTaba1ugapelwell
authored andcommitted
delete the comment
1 parent 1337c39 commit f1076a9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/dma-buf/heaps/system_heap.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ static gfp_t order_flags[] = {HIGH_ORDER_GFP, HIGH_ORDER_GFP, LOW_ORDER_GFP};
5050
* to match with the sizes often found in IOMMUs. Using order 4 pages instead
5151
* of order 0 pages can significantly improve the performance of many IOMMUs
5252
* by reducing TLB pressure and time spent updating page tables.
53-
*
54-
* Note: `module_max_order` must be set explicitly instead of using
55-
* `orders[0]` to avoid Clang's "initializer element is not a
56-
* compile-time constant" error.
5753
*/
5854
#define MAX_ORDERS_VALUE 8
5955
static const unsigned int orders[] = {MAX_ORDERS_VALUE, 4, 0};

0 commit comments

Comments
 (0)