vm: add no-mmu vm_iomap_memory() stub
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Apr 2013 20:25:38 +0000 (13:25 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 10 Sep 2013 00:57:10 +0000 (01:57 +0100)
commitb0aede29af33b022c7a6d4ca00b3dede29899516
treee19b9f7c62c03c6bd00d8f31b8bcf9c37cf21c3a
parenta103ab32f1683201ab4b61ca53d199be4562a62d
vm: add no-mmu vm_iomap_memory() stub

commit 3c0b9de6d37a481673e81001c57ca0e410c72346 upstream.

I think we could just move the full vm_iomap_memory() function into
util.h or similar, but I didn't get any reply from anybody actually
using nommu even to this trivial patch, so I'm not going to touch it any
more than required.

Here's the fairly minimal stub to make the nommu case at least
potentially work.  It doesn't seem like anybody cares, though.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
mm/nommu.c