Loading arch/sparc/kernel/entry.S +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #define curptr g6 #define NR_SYSCALLS 284 /* Each OS is different... */ #define NR_SYSCALLS 299 /* Each OS is different... */ /* These are just handy. */ #define _SV save %sp, -STACKFRAME_SZ, %sp Loading arch/sparc64/kernel/entry.S +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #define curptr g6 #define NR_SYSCALLS 284 /* Each OS is different... */ #define NR_SYSCALLS 299 /* Each OS is different... */ .text .align 32 Loading Loading
arch/sparc/kernel/entry.S +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #define curptr g6 #define NR_SYSCALLS 284 /* Each OS is different... */ #define NR_SYSCALLS 299 /* Each OS is different... */ /* These are just handy. */ #define _SV save %sp, -STACKFRAME_SZ, %sp Loading
arch/sparc64/kernel/entry.S +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #define curptr g6 #define NR_SYSCALLS 284 /* Each OS is different... */ #define NR_SYSCALLS 299 /* Each OS is different... */ .text .align 32 Loading