um: remove unused mm_copy_segments
It was already removed by commitc17c02040b
("arch: remove unused *_segments() macros/functions") but seems to have been accidentally reintroduced by commit0500871f21
("Construct init thread stack in the linker script rather than by union"). Remove it for good. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
6e12adcc61
commit
53078ceb8d
@ -59,11 +59,6 @@ static inline void release_thread(struct task_struct *task)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void mm_copy_segments(struct mm_struct *from_mm,
|
||||
struct mm_struct *new_mm)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* User space process size: 3GB (default).
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user