mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
um: Mark set_stklim as __init
It's only invoked during boot from main(). Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241128083137.2219830-5-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
ae62ae7994
commit
f0c76bc82d
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
long elf_aux_hwcap;
|
||||
|
||||
static void set_stklim(void)
|
||||
static void __init set_stklim(void)
|
||||
{
|
||||
struct rlimit lim;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user