Commit 53078ceb authored by Tobias Klauser's avatar Tobias Klauser Committed by Richard Weinberger

um: remove unused mm_copy_segments

It was already removed by commit c17c0204 ("arch: remove unused
*_segments() macros/functions") but seems to have been accidentally
reintroduced by commit 0500871f ("Construct init thread stack in the
linker script rather than by union"). Remove it for good.
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 6e12adcc
...@@ -59,11 +59,6 @@ static inline void release_thread(struct task_struct *task) ...@@ -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). * User space process size: 3GB (default).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment