summaryrefslogtreecommitdiff
path: root/drivers/dsp
diff options
context:
space:
mode:
authorRamesh Gupta <x0023949@svrlnx049.tif.ti.com>2009-11-16 15:55:24 +0100
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-16 16:14:33 +0100
commit3e8ab1f33ee3a0fed86eaa5eb45db0c81917db84 (patch)
tree20a445481c9a0789416bf70508857696f9c63810 /drivers/dsp
parent28fa6bb03a1d6fd32f5bfbcc20f7c76a71bfe72c (diff)
OMAP4 Tesla Bridge fix event number for MMU fault.
This patch fixes correct the event number for MMU fault Interrupt Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
Diffstat (limited to 'drivers/dsp')
-rw-r--r--drivers/dsp/bridge/wmd/ue_deh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dsp/bridge/wmd/ue_deh.c b/drivers/dsp/bridge/wmd/ue_deh.c
index 1034641c380d..cce3f14b5fc8 100644
--- a/drivers/dsp/bridge/wmd/ue_deh.c
+++ b/drivers/dsp/bridge/wmd/ue_deh.c
@@ -287,7 +287,9 @@ DBG_Trace(DBG_LEVEL6, "WMD_DEH_Notify: DSP_MMUFAULT, "
#else
NotifyStatus = notify_sendevent(handle,/*PROC_TESLA*/0,
- /*eventNo*/4,MBX_DEH_CLASS | MBX_DEH_EMMU,true);
+ /*eventNo*/((NOTIFY_SYSTEM_KEY<<16) |
+ NOTIFY_TESLA_EVENTNUMBER),
+ MBX_DEH_CLASS | MBX_DEH_EMMU, true);
#endif