]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit525be07dc6c7d634c02674d357b80a63a5c4d328
treecf0bd22654e4aff40c5d11775e949aba558922df
parent497687df06d2b87106103fe5569e73579df98f68
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