Skip to content

Commit 53078ce

Browse files
tklauserrichardweinberger
authored andcommitted
um: remove unused mm_copy_segments
It was already removed by commit c17c020 ("arch: remove unused *_segments() macros/functions") but seems to have been accidentally reintroduced by commit 0500871 ("Construct init thread stack in the linker script rather than by union"). Remove it for good. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 6e12adc commit 53078ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/um/include/asm/processor-generic.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ static inline void release_thread(struct task_struct *task)
5959
{
6060
}
6161

62-
static inline void mm_copy_segments(struct mm_struct *from_mm,
63-
struct mm_struct *new_mm)
64-
{
65-
}
66-
6762
/*
6863
* User space process size: 3GB (default).
6964
*/

0 commit comments

Comments
 (0)