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
dd49f967
Commit
dd49f967
authored
Jan 10, 2006
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
parents
a62e6848
8b4ad5e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/sparc64/kernel/systbls.S
arch/sparc64/kernel/systbls.S
+1
-1
include/linux/mutex-debug.h
include/linux/mutex-debug.h
+2
-0
No files found.
arch/sparc64/kernel/systbls.S
View file @
dd49f967
...
...
@@ -98,7 +98,7 @@ sys_call_table:
.
word
sys_umount
,
sys_setgid
,
sys_getgid
,
sys_signal
,
sys_geteuid
/*
50
*/
.
word
sys_getegid
,
sys_acct
,
sys_memory_ordering
,
sys_nis_syscall
,
sys_ioctl
.
word
sys_reboot
,
sys_nis_syscall
,
sys_symlink
,
sys_readlink
,
sys_execve
/*
60
*/
.
word
sys_umask
,
sys_chroot
,
sys_newfstat
,
sys_stat64
,
sys_getpagesize
/*
60
*/
.
word
sys_umask
,
sys_chroot
,
sys_newfstat
,
sys_
f
stat64
,
sys_getpagesize
.
word
sys_msync
,
sys_vfork
,
sys_pread64
,
sys_pwrite64
,
sys_nis_syscall
/*
70
*/
.
word
sys_nis_syscall
,
sys_mmap
,
sys_nis_syscall
,
sys64_munmap
,
sys_mprotect
.
word
sys_madvise
,
sys_vhangup
,
sys_nis_syscall
,
sys_mincore
,
sys_getgroups
...
...
include/linux/mutex-debug.h
View file @
dd49f967
#ifndef __LINUX_MUTEX_DEBUG_H
#define __LINUX_MUTEX_DEBUG_H
#include <linux/linkage.h>
/*
* Mutexes - debugging helpers:
*/
...
...
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