nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().
authorPaul Mundt <lethal@linux-sh.org>
Wed, 21 Jan 2009 08:45:47 +0000 (17:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 21 Jan 2009 08:45:47 +0000 (17:45 +0900)
commiteb6434d9e79a72d35d68811efd68fe8bab8f5baf
treea6cdf0330403cfbea2df4a4f775e104da17dd1a4
parentf686359e0da5ae71459ee045646a5f508f9ff6d8
nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().

Presently we do not support these interfaces, so make them BUG() wrappers
as per the rest of the vmap interface on nommu. Fixes up the modular xfs
build.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
mm/nommu.c