mbox series

[0/3] Mini-OS: tidy up arch/x86/time.c

Message ID 20240722121643.18116-1-jgross@suse.com (mailing list archive)
Headers show
Series Mini-OS: tidy up arch/x86/time.c | expand

Message

Jürgen Groß July 22, 2024, 12:16 p.m. UTC
Make arch/x86/time.c coding style compliant, remove some unneeded cruft
and simplify the time keeping logic.

Juergen Gross (3):
  mini-os: apply coding style to arch/x86/time.c
  mini-os: remove some not needed stuff from arch/x86/time.c
  mini-os: simplify monotonic_clock()

 arch/x86/time.c | 188 ++++++++++++++++++------------------------------
 1 file changed, 69 insertions(+), 119 deletions(-)