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
6ec78be4
Commit
6ec78be4
authored
Dec 23, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c6x: switch to generic sigaltstack
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
0aa0203f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
arch/c6x/Kconfig
arch/c6x/Kconfig
+1
-0
arch/c6x/kernel/entry.S
arch/c6x/kernel/entry.S
+0
-12
No files found.
arch/c6x/Kconfig
View file @
6ec78be4
...
...
@@ -18,6 +18,7 @@ config C6X
select OF_EARLY_FLATTREE
select GENERIC_CLOCKEVENTS
select MODULES_USE_ELF_RELA
select GENERIC_SIGALTSTACK
config MMU
def_bool n
...
...
arch/c6x/kernel/entry.S
View file @
6ec78be4
...
...
@@ -598,18 +598,6 @@ ENTRY(enable_exception)
NOP
5
ENDPROC
(
enable_exception
)
ENTRY
(
sys_sigaltstack
)
#ifdef CONFIG_C6X_BIG_KERNEL
MVKL
.
S1
do_sigaltstack
,
A0
; branch to do_sigaltstack
MVKH
.
S1
do_sigaltstack
,
A0
B
.
S2X
A0
#else
B
.
S2
do_sigaltstack
#endif
LDW
.
D2T1
*+
SP
(
REGS_SP
+
8
),
A6
NOP
4
ENDPROC
(
sys_sigaltstack
)
;;
;; Special system calls
;; return address is in B3
...
...
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