tiny68k: pass correct argument
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Jan 2019 19:57:05 +0000 (19:57 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 19 Jan 2019 19:57:05 +0000 (19:57 +0000)
Kernel/platform-tiny68k/tricks.S

index 29b86f8..fae8358 100644 (file)
@@ -151,8 +151,8 @@ dofork:
        tst.w d0
        bne forked_up
 
-       movel a5,-(sp)                  ;       U_DATA
        move.l 4(sp),a0
+       movel a5,-(sp)                  ;       U_DATA
        move.l a0,-(sp)
        jsr makeproc
        addq #8,sp