[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.5-89-g2b4c03c
From: |
Justus Winter |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.5-89-g2b4c03c |
Date: |
Mon, 07 Sep 2015 12:59:49 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 2b4c03cbc84090174a3cf5d27887bac8fb052b57 (commit)
from 48b94c74e9817781a1e7a4fdd03fa471953047fb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b4c03cbc84090174a3cf5d27887bac8fb052b57
Author: Justus Winter <address@hidden>
Date: Mon Sep 7 14:37:40 2015 +0200
kern: fix loop reading the time value
Previously, recent versions of gcc would hoist the loads out of the
loop reading the time value.
* kern/macros.h (access_once): New macro.
* kern/mach_clock.c (host_get_time): Use the new macro to prevent the
loads from being hoisted out of the loop.
-----------------------------------------------------------------------
Summary of changes:
kern/mach_clock.c | 6 +++---
kern/macros.h | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.5-89-g2b4c03c,
Justus Winter <=