Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340323
b: refs/heads/master
c: 910cdc5
h: refs/heads/master
i:
  340321: b98a526
  340319: bd45fc2
v: v3
  • Loading branch information
Al Viro committed Nov 29, 2012
1 parent de931aa commit d86fa10
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c62d773a3751610010feb574d859f58de4a51eba
refs/heads/master: 910cdc553a324d3df56b73c84cdef20836817d52
1 change: 0 additions & 1 deletion trunk/arch/m32r/kernel/m32r_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/openrisc/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/parisc/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/tile/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit d86fa10

Please sign in to comment.