[ARM] tegra: nvrm_transport: send address message after AVP init
authorGary King <gking@nvidia.com>
Wed, 1 Sep 2010 20:13:45 +0000 (13:13 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:50:40 +0000 (16:50 -0700)
commit0119aa9e9d77ea8ee9b756d0d749a5dd576f9bf6
treefb1e258f75f3d6e752dfa4de32be0e43de27d7ba
parent3e25149b51b32abc99e7d93bac7f9edee756f508
[ARM] tegra: nvrm_transport: send address message after AVP init

rather than storing the address message in the mailbox when the shared
message memory is allocated during kernel init, send the message after
the AVP is initialized.

this prevents the message from being "lost" if the system enters LP0
before initializing the AVP.

Change-Id: I14634e2a53abacf840ed906451f1a07016a99015
Signed-off-by: Gary King <gking@nvidia.com>
arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_moduleloader.c
arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_transport.c