diff mbox

docs/memory.txt: old_portio has gone, so don't mention it

Message ID 1398682430-23659-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Commit Message

Peter Maydell April 28, 2014, 10:53 a.m. UTC
The old_portio mechanism in the memory API has been removed, but
we forgot to update the documentation to match. Remove the stray
reference to this now-vanished bit of back-compatibility API.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 docs/memory.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Michael Tokarev May 3, 2014, 8:32 a.m. UTC | #1
28.04.2014 14:53, Peter Maydell wrote:
> The old_portio mechanism in the memory API has been removed, but
> we forgot to update the documentation to match. Remove the stray
> reference to this now-vanished bit of back-compatibility API.

Applied to -trivial, thanks!

/mjt
diff mbox

Patch

diff --git a/docs/memory.txt b/docs/memory.txt
index 22eaec7..d344879 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -234,6 +234,5 @@  various constraints can be supplied to control how these callbacks are called:
    emulated using four 1-byte writes, if .impl.max_access_size = 1.
  - .impl.valid specifies that the *implementation* only supports unaligned
    accesses; unaligned accesses will be emulated by two aligned accesses.
- - .old_portio and .old_mmio can be used to ease porting from code using
-   cpu_register_io_memory() and register_ioport().  They should not be used
-   in new code.
+ - .old_mmio can be used to ease porting from code using
+   cpu_register_io_memory().  It should not be used in new code.