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
c03cd467
Commit
c03cd467
authored
Mar 30, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Plain Diff
Merge samba.org:/scratch/anton/linux-2.5_ppc64
into samba.org:/scratch/anton/export
parents
3fc464c8
b3a6be67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/ppc64/kernel/irq.c
arch/ppc64/kernel/irq.c
+1
-1
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/misc.S
+1
-1
include/asm-ppc64/unistd.h
include/asm-ppc64/unistd.h
+1
-1
No files found.
arch/ppc64/kernel/irq.c
View file @
c03cd467
...
...
@@ -695,7 +695,7 @@ static void register_irq_proc (unsigned int irq)
struct
proc_dir_entry
*
entry
;
char
name
[
MAX_NAMELEN
];
if
(
!
root_irq_dir
||
(
irq_desc
[
irq
].
handler
==
NULL
))
if
(
!
root_irq_dir
||
(
irq_desc
[
irq
].
handler
==
NULL
)
||
irq_dir
[
irq
]
)
return
;
memset
(
name
,
0
,
MAX_NAMELEN
);
...
...
arch/ppc64/kernel/misc.S
View file @
c03cd467
...
...
@@ -737,7 +737,7 @@ _GLOBAL(sys_call_table32)
.
llong
.
sys_set_tid_address
.
llong
.
ppc32_fadvise64
.
llong
.
sys_exit_group
.
llong
.
ppc32_lookup_dcookie
/*
2
4
5
*/
.
llong
.
ppc32_lookup_dcookie
/*
2
3
5
*/
.
llong
.
sys_epoll_create
.
llong
.
sys_epoll_ctl
.
llong
.
sys_epoll_wait
...
...
include/asm-ppc64/unistd.h
View file @
c03cd467
...
...
@@ -260,7 +260,7 @@
#define __NR_clock_getres 247
#define __NR_clock_nanosleep 248
#define __NR_syscalls 2
4
9
#define __NR_syscalls 2
3
9
#ifdef __KERNEL__
#define NR_syscalls __NR_syscalls
#endif
...
...
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