]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit080bb657eb0d02d0df73e62572eb814aebf66850
tree77cc6b532ff34bef6c427931fd1109b86517fb53
parent592b8785b966ef2841e34a7691026d3aec1ce382
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