]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9997c45cac463a124d1758b316af3ae5cddb43ef
treea6cdf0330403cfbea2df4a4f775e104da17dd1a4
parent771b0d2c71eca5bea4d0a0b77e796c5ef35ccf7b
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