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
034a15bf
Commit
034a15bf
authored
Mar 17, 2007
by
Kyle McMartin
Committed by
Kyle McMartin
May 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PARISC] Move #undef to end of syscall table
Signed-off-by:
Kyle McMartin
<
kyle@parisc-linux.org
>
parent
2c8307f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+5
-5
No files found.
arch/parisc/kernel/syscall_table.S
View file @
034a15bf
...
...
@@ -30,11 +30,6 @@
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
MA
02111
-
1307
USA
*/
#undef ENTRY_SAME
#undef ENTRY_DIFF
#undef ENTRY_UHOH
#undef ENTRY_COMP
#undef ENTRY_OURS
#if defined(CONFIG_64BIT) && !defined(SYSCALL_TABLE_64BIT)
/*
Use
ENTRY_SAME
for
32
-
bit
syscalls
which
are
the
same
on
wide
and
*
narrow
palinux
.
Use
ENTRY_DIFF
for
those
where
a
32
-
bit
specific
...
...
@@ -407,3 +402,8 @@
ENTRY_COMP
(
fstatfs64
)
/
*
Nothing
yet
*/
#undef ENTRY_SAME
#undef ENTRY_DIFF
#undef ENTRY_UHOH
#undef ENTRY_COMP
#undef ENTRY_OURS
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