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
910cdc55
Commit
910cdc55
authored
Oct 20, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kill stray kernel_thread() garbage
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
c62d773a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
6 deletions
+0
-6
arch/m32r/kernel/m32r_ksyms.c
arch/m32r/kernel/m32r_ksyms.c
+0
-1
arch/openrisc/include/asm/processor.h
arch/openrisc/include/asm/processor.h
+0
-2
arch/parisc/include/asm/processor.h
arch/parisc/include/asm/processor.h
+0
-1
arch/tile/include/asm/processor.h
arch/tile/include/asm/processor.h
+0
-2
No files found.
arch/m32r/kernel/m32r_ksyms.c
View file @
910cdc55
...
...
@@ -21,7 +21,6 @@ EXPORT_SYMBOL(boot_cpu_data);
EXPORT_SYMBOL
(
dump_fpu
);
EXPORT_SYMBOL
(
__ioremap
);
EXPORT_SYMBOL
(
iounmap
);
EXPORT_SYMBOL
(
kernel_thread
);
EXPORT_SYMBOL
(
strncpy_from_user
);
EXPORT_SYMBOL
(
__strncpy_from_user
);
...
...
arch/openrisc/include/asm/processor.h
View file @
910cdc55
...
...
@@ -81,8 +81,6 @@ struct thread_struct {
#define KSTK_ESP(tsk) (task_pt_regs(tsk)->sp)
extern
int
kernel_thread
(
int
(
*
fn
)(
void
*
),
void
*
arg
,
unsigned
long
flags
);
void
start_thread
(
struct
pt_regs
*
regs
,
unsigned
long
nip
,
unsigned
long
sp
);
void
release_thread
(
struct
task_struct
*
);
unsigned
long
get_wchan
(
struct
task_struct
*
p
);
...
...
arch/parisc/include/asm/processor.h
View file @
910cdc55
...
...
@@ -326,7 +326,6 @@ struct mm_struct;
/* Free all resources held by a thread. */
extern
void
release_thread
(
struct
task_struct
*
);
extern
int
kernel_thread
(
int
(
*
fn
)(
void
*
),
void
*
arg
,
unsigned
long
flags
);
extern
void
map_hpux_gateway_page
(
struct
task_struct
*
tsk
,
struct
mm_struct
*
mm
);
...
...
arch/tile/include/asm/processor.h
View file @
910cdc55
...
...
@@ -220,8 +220,6 @@ static inline void release_thread(struct task_struct *dead_task)
/* Nothing for now */
}
extern
int
kernel_thread
(
int
(
*
fn
)(
void
*
),
void
*
arg
,
unsigned
long
flags
);
extern
int
do_work_pending
(
struct
pt_regs
*
regs
,
u32
flags
);
...
...
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