Skip to content

Commit 159e765

Browse files
btw616jmberg-intel
authored andcommitted
um: Make unscheduled_userspace_iterations static
It's only used within process.c. Make it static. Signed-off-by: Tiwei Bie <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
1 parent b9e2f22 commit 159e765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/os-Linux/skas/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ int start_userspace(struct mm_id *mm_id)
548548
return err;
549549
}
550550

551-
int unscheduled_userspace_iterations;
551+
static int unscheduled_userspace_iterations;
552552
extern unsigned long tt_extra_sched_jiffies;
553553

554554
void userspace(struct uml_pt_regs *regs)

0 commit comments

Comments
 (0)