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
28c05818
Commit
28c05818
authored
May 01, 2003
by
Roland McGrath
Committed by
Linus Torvalds
May 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix the DSO patch..
D'oh! My patch didn't include the new file:
parent
15150b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
arch/i386/kernel/vsyscall.S
arch/i386/kernel/vsyscall.S
+15
-0
No files found.
arch/i386/kernel/vsyscall.S
0 → 100644
View file @
28c05818
#include <linux/init.h>
__INITDATA
.
globl
vsyscall_int80_start
,
vsyscall_int80_end
vsyscall_int80_start
:
.
incbin
"arch/i386/kernel/vsyscall-int80.so"
vsyscall_int80_end
:
.
globl
vsyscall_sysenter_start
,
vsyscall_sysenter_end
vsyscall_sysenter_start
:
.
incbin
"arch/i386/kernel/vsyscall-sysenter.so"
vsyscall_sysenter_end
:
__FINIT
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