]> rtime.felk.cvut.cz Git - jailhouse.git/commit
inmates: x86: mask pm_timer to 24bits
authorHenning Schild <henning.schild@siemens.com>
Wed, 26 Nov 2014 10:12:07 +0000 (11:12 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 16 Jan 2015 13:11:57 +0000 (14:11 +0100)
commitb44b8a5a376917c7da39e7b9e9c17a6f86197d70
treeef22da341aa7d8d102230041e9258336a55523bb
parent7c65506a1bcf75ee5c10cbeab12062f1a2451e6c
inmates: x86: mask pm_timer to 24bits

Operate any pm_timer in 24bit mode, even if it is 32bit capable. Linux
also just looks at the lower 24.
That simplyfies the code and we can deal with 24bit timers where the
ACPI tables claim they where 32bit wide.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
inmates/lib/x86/timing.c