Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
bce3bd85
Commit
bce3bd85
authored
Mar 17, 2004
by
William Lee Irwin III
Committed by
Linus Torvalds
Mar 17, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: NR_SYSCALLS in entry.S needs to be 273.
parent
df1187a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/sparc/kernel/entry.S
arch/sparc/kernel/entry.S
+1
-1
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/entry.S
+1
-1
No files found.
arch/sparc/kernel/entry.S
View file @
bce3bd85
...
...
@@ -37,7 +37,7 @@
#define curptr g6
#define NR_SYSCALLS 27
2
/* Each OS is different... */
#define NR_SYSCALLS 27
3
/* Each OS is different... */
/*
These
are
just
handy
.
*/
#define _SV save %sp, -STACKFRAME_SZ, %sp
...
...
arch/sparc64/kernel/entry.S
View file @
bce3bd85
...
...
@@ -26,7 +26,7 @@
#define curptr g6
#define NR_SYSCALLS 27
2
/* Each OS is different... */
#define NR_SYSCALLS 27
3
/* Each OS is different... */
.
text
.
align
32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment