]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Apr 2013 20:25:38 +0000 (13:25 -0700)
commit20456cfff2481166a7d0e19c0605ee79ee79071e
tree564bedb338e7caff0e80dfa7765a819b2feb0ecd
parentf9cc3ccf85f1de85af2271d4dd347ad4df798472
vm: add no-mmu vm_iomap_memory() stub

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>
mm/nommu.c