]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
um: Move timer-internal.h to non-shared
authorJohannes Berg <johannes.berg@intel.com>
Thu, 13 Feb 2020 13:26:44 +0000 (14:26 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 29 Mar 2020 21:28:43 +0000 (23:28 +0200)
This file isn't really shared, it's only used on the kernel side,
not on the user side. Remove the include from the user-side and
move the file to a better place.

While at it, rename it to time-internal.h, it's not really just
timers but all kinds of things related to timekeeping.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/linux/time-internal.h [moved from arch/um/include/shared/timer-internal.h with 100% similarity]
arch/um/kernel/process.c
arch/um/kernel/skas/syscall.c
arch/um/kernel/time.c
arch/um/os-Linux/time.c

index 56a094182bf50fe0c5534c12be1dea873dfb3fa1..0274ebb709775ebad3325b67d2d014742b3297ac 100644 (file)
@@ -32,7 +32,7 @@
 #include <kern_util.h>
 #include <os.h>
 #include <skas.h>
-#include <timer-internal.h>
+#include <linux/time-internal.h>
 
 /*
  * This is a per-cpu array.  A processor only modifies its entry and it only
index 40d90dddf3f1fac28a4108672e3ded49dc7059ab..2e82820f7d298a622741257e7443b57123d5533d 100644 (file)
@@ -10,7 +10,7 @@
 #include <sysdep/ptrace.h>
 #include <sysdep/ptrace_user.h>
 #include <sysdep/syscalls.h>
-#include <shared/timer-internal.h>
+#include <linux/time-internal.h>
 
 void handle_syscall(struct uml_pt_regs *r)
 {
index 94ea87bd231cb0916b756ac88724a28921b3eff0..a849d391e909428f69bc616d83f9fc720f0aa631 100644 (file)
@@ -18,7 +18,7 @@
 #include <asm/param.h>
 #include <kern_util.h>
 #include <os.h>
-#include <timer-internal.h>
+#include <linux/time-internal.h>
 #include <shared/init.h>
 
 #ifdef CONFIG_UML_TIME_TRAVEL_SUPPORT
index 432f8e1f55c2f892ac1a9fe66263aa30638d22e8..90f6de224c700d76402a36b598c199f08b217143 100644 (file)
@@ -14,7 +14,6 @@
 #include <kern_util.h>
 #include <os.h>
 #include <string.h>
-#include <timer-internal.h>
 
 static timer_t event_high_res_timer = 0;