Hi, factored some patches out from the SSE series. It fixes some (yet unrelated to the SSE series) other issues that I found during its development.
Basically, it's all about the width of variables when being used in timing context -- It's very likely that we exceed 32 bit width. Ralf Ralf Ramsauer (5): inmates: lib: Use wider types for time-related constants inmates: x86: timing: use a wider type for delay_us inmates: x86: timing: adjust type of apic_timer_set inmates: x86: use correct types for pm_timer_read inmates: x86: Don't compile smp.c for 32 bit inmate library inmates/lib/include/inmate_common.h | 6 +++--- inmates/lib/x86/Makefile | 4 ++-- inmates/lib/x86/include/inmate.h | 4 ++-- inmates/lib/x86/timing.c | 20 ++++++++++---------- 4 files changed, 17 insertions(+), 17 deletions(-) -- 2.22.0 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20190612130332.6175-1-ralf.ramsauer%40oth-regensburg.de. For more options, visit https://groups.google.com/d/optout.
