Commit bce3bd85 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[SPARC]: NR_SYSCALLS in entry.S needs to be 273.

parent df1187a1
......@@ -37,7 +37,7 @@
#define curptr g6
#define NR_SYSCALLS 272 /* Each OS is different... */
#define NR_SYSCALLS 273 /* Each OS is different... */
/* These are just handy. */
#define _SV save %sp, -STACKFRAME_SZ, %sp
......
......@@ -26,7 +26,7 @@
#define curptr g6
#define NR_SYSCALLS 272 /* Each OS is different... */
#define NR_SYSCALLS 273 /* Each OS is different... */
.text
.align 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment