nommu: stub expand_stack() for nommu case
authorGreg Ungerer <gerg@snapgear.com>
Mon, 16 Jul 2007 06:38:28 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:37 +0000 (09:05 -0700)
commit57c8f63e8e7a4a95d7fcc49e3953341fb4039899
treecf0bd22654e4aff40c5d11775e949aba558922df
parent54a3bdd76e82d7f64e5504409c55b51e48c3a10a
nommu: stub expand_stack() for nommu case

Be consistent with VM mmap, implement expand_stack().  We can't actually do
anything other than return an error in the no MMU case though.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/nommu.c