mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
If ib_umem_find_best_pgsz() returns > PAGE_SIZE then the equation here is
not correct. 'start' should be 'virt'. Change it to use the core code for
page_num and the canonical calculation of page_shift.
Fixes:
|
||
|---|---|---|
| .. | ||
| efa.h | ||
| efa_admin_cmds_defs.h | ||
| efa_admin_defs.h | ||
| efa_com.c | ||
| efa_com.h | ||
| efa_com_cmd.c | ||
| efa_com_cmd.h | ||
| efa_common_defs.h | ||
| efa_main.c | ||
| efa_regs_defs.h | ||
| efa_verbs.c | ||
| Kconfig | ||
| Makefile | ||