commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / arch / h8300 / kernel / syscalls.S
index 1984319..de7cc24 100644 (file)
@@ -312,3 +312,7 @@ SYMBOL_NAME_LABEL(sys_fork)
        mov.l   #SYMBOL_NAME(h8300_fork),er0
        jmp     @SYMBOL_NAME(syscall_trampoline)
 
+SYMBOL_NAME_LABEL(sys_vfork)
+       mov.l   #SYMBOL_NAME(h8300_vfork),er0
+       jmp     @SYMBOL_NAME(syscall_trampoline)
+