Revert "remoteproc: Merge table_ptr and cached_table pointers"
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 30 Dec 2016 11:21:38 +0000 (03:21 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 30 Dec 2016 11:26:31 +0000 (03:26 -0800)
commita0c10687ec9506b5e14fe3dd47832a77f2f2500c
treea5e95d4bc6a67db98db71b5e288f6adc2deacc8f
parentc81c0e0710f031cb09eb7cbf0e75e6754d1d8346
Revert "remoteproc: Merge table_ptr and cached_table pointers"

Following any fw_rsc_vdev entries in the resource table are two variable
length arrays, the first one reference vring resources and the second
one is the virtio config space.  The virtio config space is used by
virtio to communicate status and configuration changes and must as such
be shared with the remote.

The reverted commit incorrectly made any changes to the virtio config
space only affect the local copy, in an attempt to allowing memory
protection of the shared resource table.

This reverts commit cda8529346935fc86f476999ac4fbfe4e17abf11.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c
include/linux/remoteproc.h