mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
The timer and entropy seed CSRs will, by design, return different values each time they are read. Add the missing volatile qualifiers on the inline assembly to prevent gcc from assuming that repeated invocations may be elided. Signed-off-by: Michael Brown <mcb30@ipxe.org>