mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
um: Make unscheduled_userspace_iterations static
It's only used within process.c. Make it static. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20250708090403.1067440-2-tiwei.bie@linux.dev Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
@@ -548,7 +548,7 @@ out_close:
|
||||
return err;
|
||||
}
|
||||
|
||||
int unscheduled_userspace_iterations;
|
||||
static int unscheduled_userspace_iterations;
|
||||
extern unsigned long tt_extra_sched_jiffies;
|
||||
|
||||
void userspace(struct uml_pt_regs *regs)
|
||||
|
||||
Reference in New Issue
Block a user