From edc1ba7a7a13b1c721f2a7791ff809633d85fb9b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Mon, 5 May 2014 15:53:41 +0800 Subject: docs/memory.txt: Fix document on MMIO operations .impl.valid should be .impl.unaligned and the description needs some fixes. .old_portio is removed since commit b40acf99b (ioport: Switch dispatching to memory core layer). Signed-off-by: Fam Zheng Signed-off-by: Michael Tokarev --- include/exec/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/exec/memory.h b/include/exec/memory.h index c084db2d9d..1d55ad94a4 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -110,7 +110,7 @@ struct MemoryRegionOps { /* If true, unaligned accesses are supported. Otherwise all accesses * are converted to (possibly multiple) naturally aligned accesses. */ - bool unaligned; + bool unaligned; } impl; /* If .read and .write are not present, old_mmio may be used for -- cgit v1.2.3-55-g7522