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
7b7ade11
Commit
7b7ade11
authored
Oct 15, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
frv: switch to saner kernel_execve() semantics
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
e7aa51b2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
arch/frv/Kconfig
arch/frv/Kconfig
+1
-0
arch/frv/include/asm/unistd.h
arch/frv/include/asm/unistd.h
+0
-1
arch/frv/kernel/entry.S
arch/frv/kernel/entry.S
+0
-5
No files found.
arch/frv/Kconfig
View file @
7b7ade11
...
...
@@ -13,6 +13,7 @@ config FRV
select GENERIC_CPU_DEVICES
select ARCH_WANT_IPC_PARSE_VERSION
select GENERIC_KERNEL_THREAD
select GENERIC_KERNEL_EXECVE
config ZONE_DMA
bool
...
...
arch/frv/include/asm/unistd.h
View file @
7b7ade11
...
...
@@ -30,7 +30,6 @@
#define __ARCH_WANT_SYS_RT_SIGACTION
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_KERNEL_EXECVE
/*
* "Conditional" syscalls
...
...
arch/frv/kernel/entry.S
View file @
7b7ade11
...
...
@@ -869,11 +869,6 @@ ret_from_kernel_thread:
call
schedule_tail
calll.p
@
(
gr21
,
gr0
)
or
gr20
,
gr20
,
gr8
bra
sys_exit
.
globl
ret_from_kernel_execve
ret_from_kernel_execve
:
ori
gr28
,
0
,
sp
bra
__syscall_exit
###################################################################################################
...
...
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