commit | c3cd7564819a7c1761b3b91770b6083cb29b2620 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 10 18:09:06 2020 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jan 06 08:42:46 2021 -0500 |
tree | 9200fa2f67799e6accd0aecaa9377a878911e501 | |
parent | 6835501e789a94760f34efffff0e4706e3ee1d71 [diff] |
mips: kill unused definitions in binfmt_elf[on]32.c elf_caddr_t: unused since 2002 jiffies_to_timeval: unused since 2015 TASK_SIZE: used only downstream of SET_PERSONALITY2(), and after that point the normal definition results in TASK_SIZE32 just fine. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>