]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: delete fork func
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 May 2012 04:48:06 +0000 (00:48 -0400)
committerBob Liu <lliubbo@gmail.com>
Mon, 21 May 2012 06:54:39 +0000 (14:54 +0800)
commit47e863393bdc2aeda98a193b70828903a63a47ca
tree77cc6b532ff34bef6c427931fd1109b86517fb53
parent7917f9cdfc07320b7c24839689be6d092b79b5bf
Blackfin: delete fork func

We don't implement fork() since we are no-mmu, so redirect it to the
existing ENOSYS stub rather than adding a custom EINVAL one.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/include/asm/unistd.h
arch/blackfin/kernel/entry.S
arch/blackfin/mach-common/entry.S