OSDN Git Service

Fix symbol name
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 12:17:11 +0000 (21:17 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 12:17:11 +0000 (21:17 +0900)
arch/h8300/kernel/entry.S

index d41a6e6..b2dd01e 100644 (file)
@@ -245,7 +245,7 @@ _system_call:
        beq     1f
        jsr     @do_syscall_trace
 1:
-       cmp.l   #NR_syscalls,er4
+       cmp.l   #__NR_syscalls,er4
        bcc     badsys
        SHLL2   er4
        mov.l   #_sys_call_table,er0