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
eea68b55
Commit
eea68b55
authored
Aug 17, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Fix syscall table base loading assembler.
parent
b4b72ea8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
arch/sparc64/solaris/entry64.S
arch/sparc64/solaris/entry64.S
+4
-1
arch/sparc64/solaris/systbl.S
arch/sparc64/solaris/systbl.S
+0
-1
include/asm-sparc64/ttable.h
include/asm-sparc64/ttable.h
+3
-2
No files found.
arch/sparc64/solaris/entry64.S
View file @
eea68b55
...
...
@@ -63,6 +63,8 @@ solaris_reg:
mov
%
i4
,
%
o4
linux_syscall_for_solaris
:
sethi
%
hi
(
sys_call_table32
),
%
l6
or
%
l6
,
%
lo
(
sys_call_table32
),
%
l6
sll
%
l3
,
2
,
%
l4
ba
,
pt
%
xcc
,
10
f
lduw
[%
l6
+
%
l4
],
%
l3
...
...
@@ -77,6 +79,7 @@ entry64_personality_patch:
bg
,
pn
%
icc
,
solaris_unimplemented
srl
%
g1
,
0
,
%
g1
sethi
%
hi
(
solaris_sys_table
),
%
l7
or
%
l7
,
%
lo
(
solaris_sys_table
),
%
l7
brz
,
pn
%
g1
,
solaris_sucks
mov
%
i4
,
%
o4
sll
%
g1
,
2
,
%
l4
...
...
@@ -88,7 +91,7 @@ entry64_personality_patch:
ldx
[%
g6
+
TI_FLAGS
],
%
l5
cmp
%
l3
,
NR_SYSCALLS
bleu
,
a
,
pn
%
xcc
,
linux_syscall_for_solaris
sethi
%
hi
(
sys_call_table32
),
%
l6
nop
andcc
%
l3
,
1
,
%
g0
bne
,
a
,
pn
%
icc
,
10
f
add
%
sp
,
PTREGS_OFF
,
%
o0
...
...
arch/sparc64/solaris/systbl.S
View file @
eea68b55
...
...
@@ -21,7 +21,6 @@
#define solaris_semsys solaris_unimplemented
.
data
.
align
1024
.
globl
solaris_sys_table
solaris_sys_table
:
.
word
solaris_unimplemented
/*
nosys
0
*/
...
...
include/asm-sparc64/ttable.h
View file @
eea68b55
...
...
@@ -95,9 +95,10 @@
sethi %hi(109f), %g7; \
ba,pt %xcc, scetrap; \
109: or %g7, %lo(109b), %g7; \
sethi %hi(systbl), %l7; \
ba,pt %xcc, routine; \
sethi %hi
(systbl), %l7; \
nop; nop;
nop;
or %l7, %lo
(systbl), %l7; \
nop; nop;
#define INDIRECT_SOLARIS_SYSCALL(num) \
sethi %hi(109f), %g7; \
...
...
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