memory-internal.h: Remove obsolete claim that header is obsolete
commit9d70618c6842570226866f9409d7b8c4d6489da6
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Nov 2017 15:08:08 +0000 (21 15:08 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Feb 2018 17:09:45 +0000 (5 18:09 +0100)
tree1aac7bc4b1de6790841e1aa5aa938797daad7920
parentb90d80a73e2f546117a776e899f826e2a9eb8301
memory-internal.h: Remove obsolete claim that header is obsolete

The memory-internal.h header claims that it is for "obsolete
exec.c functions" which "will be removed soon". This statement
was added in 2011, six years ago, but the header is still here.
(Admittedly none of the prototypes added in commit 67d95c153bef55f6
are still in the header.)

It's convenient to have a place to put prototypes for functions
which are used internally to the various .c files of the memory
system or by the accel/tcg code, which is inevitably fairly
closely coupled. So keep the header but update the comments to
reflect what we're actually using it for.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1511276888-17834-1-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/memory-internal.h