mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue