From fc122aaaa2fd60ee26d040cfc4d82a4119c5f34e Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Fri, 13 Nov 2015 18:33:22 -0500 Subject: [PATCH] tests: Remove reference to tci6638.Interrupt module -ti.ipc.family.tci6638.Interrupt is deprecated and any reference to this module need to removed from test/example code Signed-off-by: Sam Nelson --- packages/ti/ipc/tests/messageq_common.cfg.xs | 5 +---- packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/ti/ipc/tests/messageq_common.cfg.xs b/packages/ti/ipc/tests/messageq_common.cfg.xs index cb88ef8..f923e1a 100644 --- a/packages/ti/ipc/tests/messageq_common.cfg.xs +++ b/packages/ti/ipc/tests/messageq_common.cfg.xs @@ -160,7 +160,6 @@ else if (Program.platformName.match(/simKepler/) || Program.cpu.deviceName.match(/^TCI66AK2G02$/) || Program.cpu.deviceName.match(/^TMS320TCI663(0K2L|6|8)$/)) { var VirtQueue = xdc.useModule('ti.ipc.family.tci6638.VirtQueue'); - var Interrupt = xdc.useModule('ti.ipc.family.tci6638.Interrupt'); /* Note: MultiProc_self is set during VirtQueue_init based on DNUM. */ var MultiProc = xdc.useModule('ti.sdo.utils.MultiProc'); @@ -216,9 +215,7 @@ else if (Program.platformName.match(/simKepler/) || /* COMMENT OUT TO SHUT OFF LOG FOR BENCHMARKS: */ /* - Diags.setMaskMeta("ti.ipc.family.tci6638.Interrupt", Diags.USER1, - Diags.ALWAYS_ON); - Diags.setMaskMeta("ti.ipc.family.tci6638.VirtQueue", Diags.USER1, + Diags.setMaskMeta("ti.ipc.family.tci6638.VirtQueue", Diags.USER1, Diags.ALWAYS_ON); Diags.setMaskMeta("ti.ipc.transports.TransportRpmsg", Diags.INFO|Diags.USER1|Diags.STATUS, diff --git a/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs b/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs index b6872b8..7cc8e60 100644 --- a/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs +++ b/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs @@ -136,7 +136,6 @@ else if (Program.platformName.match(/simKepler/) || Program.cpu.deviceName.match(/^TMS320C66AK2H12$/) || Program.cpu.deviceName.match(/^TMS320TCI663(0K2L|6|8)$/)) { var VirtQueue = xdc.useModule('ti.ipc.family.tci6638.VirtQueue'); - var Interrupt = xdc.useModule('ti.ipc.family.tci6638.Interrupt'); /* Note: MultiProc_self is set during VirtQueue_init based on DNUM. */ var MultiProc = xdc.useModule('ti.sdo.utils.MultiProc'); @@ -190,8 +189,6 @@ else if (Program.platformName.match(/simKepler/) || /* COMMENT OUT TO SHUT OFF LOG FOR BENCHMARKS: */ /* - Diags.setMaskMeta("ti.ipc.family.tci6638.Interrupt", Diags.USER1, - Diags.ALWAYS_ON); Diags.setMaskMeta("ti.ipc.family.tci6638.VirtQueue", Diags.USER1, Diags.ALWAYS_ON); Diags.setMaskMeta("ti.ipc.transports.TransportRpmsg", -- 2.39.2