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
43cc05a6
Commit
43cc05a6
authored
Oct 17, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'arch-m68k' into no-rebases
parents
87d2fed7
fea82210
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
arch/m68k/Kconfig
arch/m68k/Kconfig
+1
-0
arch/m68k/include/asm/unistd.h
arch/m68k/include/asm/unistd.h
+0
-1
arch/m68k/kernel/entry.S
arch/m68k/kernel/entry.S
+0
-7
No files found.
arch/m68k/Kconfig
View file @
43cc05a6
...
...
@@ -16,6 +16,7 @@ config M68K
select ARCH_WANT_IPC_PARSE_VERSION
select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
select GENERIC_KERNEL_THREAD
select GENERIC_KERNEL_EXECVE
select HAVE_MOD_ARCH_SPECIFIC
select MODULES_USE_ELF_REL
select MODULES_USE_ELF_RELA
...
...
arch/m68k/include/asm/unistd.h
View file @
43cc05a6
...
...
@@ -383,7 +383,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/m68k/kernel/entry.S
View file @
43cc05a6
...
...
@@ -115,16 +115,9 @@ ENTRY(ret_from_kernel_thread)
|
a3
contains
the
kernel
thread
payload
,
d7
-
its
argument
movel
%
d1
,%
sp
@
-
jsr
schedule_tail
GET_CURRENT
(%
d0
)
movel
%
d7
,(%
sp
)
jsr
%a3
@
addql
#
4
,%
sp
movel
%
d0
,(%
sp
)
jra
sys_exit
ENTRY
(
ret_from_kernel_execve
)
movel
4
(%
sp
),
%
sp
GET_CURRENT
(%
d0
)
jra
ret_from_exception
#if defined(CONFIG_COLDFIRE) || !defined(CONFIG_MMU)
...
...
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