]> git.baikalelectronics.ru Git - kernel.git/commit
vmxnet3: Use generic Kconfig option for page size limit
authorGuenter Roeck <linux@roeck-us.net>
Sat, 27 Nov 2021 15:44:42 +0000 (07:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Nov 2021 22:34:41 +0000 (14:34 -0800)
commit4040769ea70bfc7e324c222626a1cf0a40517371
tree445ffc40be8f7b74ce465620194bfb6ead26b807
parent2803a28d96a0f3ffeefdd236a214894a9c0d7f19
vmxnet3: Use generic Kconfig option for page size limit

Use the architecture independent Kconfig option PAGE_SIZE_LESS_THAN_64KB
to indicate that VMXNET3 requires a page size smaller than 64kB.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/Kconfig