mm: add nommu variant of vm_insert_pages()
authorJens Axboe <axboe@kernel.dk>
Sat, 16 Mar 2024 13:21:43 +0000 (07:21 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Mar 2024 15:34:41 +0000 (09:34 -0600)
commit04dbfcd7ef6bac09971b89905de3a8ece42e65d4
tree2bf62d466d458131233d21f5e26aaf68bd2ff94c
parente7cec4385e566eba512b3ffe5d73234f3e72e389
mm: add nommu variant of vm_insert_pages()

An identical one exists for vm_insert_page(), add one for
vm_insert_pages() to avoid needing to check for CONFIG_MMU in code using
it.

Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
mm/nommu.c