OSDN Git Service

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)
commit00169a9245f841ec666c70959bfd1dcacce74324
tree445ffc40be8f7b74ce465620194bfb6ead26b807
parent4eec7faf6775263d9e450ae7ee5bc4101d4a0bc9
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