summaryrefslogtreecommitdiff
path: root/arch/um/kernel/time.c
diff options
context:
space:
mode:
authorTiwei Bie <tiwei.btw@antgroup.com>2024-08-26 13:08:12 +0300
committerRichard Weinberger <richard@nod.at>2024-09-12 21:36:22 +0300
commit59376fb2a71b81dfc018db6fe9b6fa9cd3f41ce7 (patch)
treefcacb17ae4b0ff63dea1edd0af4c025da128712b /arch/um/kernel/time.c
parent94090f418fc80c50ca7ea3f8a6d7ff547260a801 (diff)
downloadlinux-59376fb2a71b81dfc018db6fe9b6fa9cd3f41ce7.tar.xz
um: Remove unused mm_fd field from mm_id
It's no longer used since the removal of the SKAS3/4 support. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/kernel/time.c')
-rw-r--r--arch/um/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c
index 47b9f5e63566..29b27b90581f 100644
--- a/arch/um/kernel/time.c
+++ b/arch/um/kernel/time.c
@@ -839,7 +839,7 @@ static irqreturn_t um_timer(int irq, void *dev)
if (get_current()->mm != NULL)
{
/* userspace - relay signal, results in correct userspace timers */
- os_alarm_process(get_current()->mm->context.id.u.pid);
+ os_alarm_process(get_current()->mm->context.id.pid);
}
(*timer_clockevent.event_handler)(&timer_clockevent);