From e97303e305d901099727997e43af5be3e060a8b7 Mon Sep 17 00:00:00 2001 From: Kersten Richter Date: Fri, 22 Mar 2024 11:32:01 -0500 Subject: Update machine.adoc Moving change from latex to adoc. Signed-off-by: Kersten Richter --- src/machine.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.adoc b/src/machine.adoc index 640a794..51b78eb 100644 --- a/src/machine.adoc +++ b/src/machine.adoc @@ -2722,7 +2722,7 @@ same interconnect path and the path does not reorder requests. Coherence is a property defined for a single physical address, and indicates that writes to that address by one agent will eventually be -made visible to other agents in the system. Coherence is not to be +made visible to other coherent agents in the system. Coherence is not to be confused with the memory consistency model of a system, which defines what values a memory read can return given the previous history of reads and writes to the entire memory system. In RISC-V platforms, the use of -- cgit v1.1