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
Kirill Smelkov
linux
Commits
c7145bdd
Commit
c7145bdd
authored
Mar 23, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/sparc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
9eaddc6e
477eaabe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
include/asm-parisc/compat.h
include/asm-parisc/compat.h
+1
-1
include/asm-ppc64/compat.h
include/asm-ppc64/compat.h
+1
-1
include/asm-s390x/compat.h
include/asm-s390x/compat.h
+1
-1
include/asm-x86_64/compat.h
include/asm-x86_64/compat.h
+1
-1
No files found.
include/asm-parisc/compat.h
View file @
c7145bdd
...
@@ -112,7 +112,7 @@ typedef u32 compat_sigset_word;
...
@@ -112,7 +112,7 @@ typedef u32 compat_sigset_word;
*/
*/
typedef
u32
compat_uptr_t
;
typedef
u32
compat_uptr_t
;
static
inline
void
*
compat_ptr
(
compat_ptr_t
uptr
)
static
inline
void
*
compat_ptr
(
compat_
u
ptr_t
uptr
)
{
{
return
(
void
*
)
uptr
;
return
(
void
*
)
uptr
;
}
}
...
...
include/asm-ppc64/compat.h
View file @
c7145bdd
...
@@ -106,7 +106,7 @@ typedef u32 compat_sigset_word;
...
@@ -106,7 +106,7 @@ typedef u32 compat_sigset_word;
*/
*/
typedef
u32
compat_uptr_t
;
typedef
u32
compat_uptr_t
;
static
inline
void
*
compat_ptr
(
compat_ptr_t
uptr
)
static
inline
void
*
compat_ptr
(
compat_
u
ptr_t
uptr
)
{
{
return
(
void
*
)
uptr
;
return
(
void
*
)
uptr
;
}
}
...
...
include/asm-s390x/compat.h
View file @
c7145bdd
...
@@ -109,7 +109,7 @@ typedef u32 compat_sigset_word;
...
@@ -109,7 +109,7 @@ typedef u32 compat_sigset_word;
*/
*/
typedef
u32
compat_uptr_t
;
typedef
u32
compat_uptr_t
;
static
inline
void
*
compat_ptr
(
compat_ptr_t
uptr
)
static
inline
void
*
compat_ptr
(
compat_
u
ptr_t
uptr
)
{
{
return
(
void
*
)(
uptr
&
0x7fffffffUL
);
return
(
void
*
)(
uptr
&
0x7fffffffUL
);
}
}
...
...
include/asm-x86_64/compat.h
View file @
c7145bdd
...
@@ -115,7 +115,7 @@ typedef u32 compat_sigset_word;
...
@@ -115,7 +115,7 @@ typedef u32 compat_sigset_word;
*/
*/
typedef
u32
compat_uptr_t
;
typedef
u32
compat_uptr_t
;
static
inline
void
*
compat_ptr
(
compat_ptr_t
uptr
)
static
inline
void
*
compat_ptr
(
compat_
u
ptr_t
uptr
)
{
{
return
(
void
*
)
uptr
;
return
(
void
*
)
uptr
;
}
}
...
...
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