author | Wendy Liang <jliang@xilinx.com> | |
Wed, 6 Jul 2016 05:58:57 +0000 (22:58 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:44 +0000 (22:01 -0700) | ||
commit | de49eed617692d4c86dfe615126083d1ac728df5 | |
tree | b7ad6de24bd1a646a0fbb9dabc62a12918400cea | tree | snapshot (tar.xz tar.gz zip) |
parent | 00c005566f47f053c9b97dfa4bbd80cb4f534c74 | commit | diff |
hil_proc: initialize with proc->ops->initialize()
Use proc->ops->initialize() for the remote processor initialization,
which will initialize the hil_proc and memory map the shared
memory specified in proc_shm.
The hil_create_proc() will only link the initialized hil_proc
to the hil_proc list.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
Use proc->ops->initialize() for the remote processor initialization,
which will initialize the hil_proc and memory map the shared
memory specified in proc_shm.
The hil_create_proc() will only link the initialized hil_proc
to the hil_proc list.
Signed-off-by: Wendy Liang <jliang@xilinx.com>