summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-08-15 02:45:51 +0000
committerGerrit Code Review <gerrit@fd.io>2018-08-15 02:45:51 +0000
commit5624a8bd09a92196d69444ed76bab3b03280ed8f (patch)
treecc9ee388ee2021ab7f341ca243850845234b12af
parent16e7acf3ed71b0bc8507c69ff5c8311c5447b428 (diff)
parent80e13a94de1eb6a2e1d531c5cee2ab38d6ca59e1 (diff)
Merge "Fix: stop pci probe in stack integration type 4"
-rw-r--r--src/framework/lib_common_mem/common_buf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/lib_common_mem/common_buf.c b/src/framework/lib_common_mem/common_buf.c
index 897445a..7bc6fc4 100644
--- a/src/framework/lib_common_mem/common_buf.c
+++ b/src/framework/lib_common_mem/common_buf.c
@@ -124,6 +124,8 @@ nscomm_pal_module_init (common_mem_pal_module_info * pinfo, u8 app_mode)
{
sprintf (name, "dmm_app_%ld", (long) getpid ());
PARA2_SET (argv, tempargv, agindex, "--file-prefix", name);
+ PARA1_SET (argv, tempargv, agindex, "--no-pci");
+
// TODO: the size of the memory should not be fixed
PARA2_SET (argv, tempargv, agindex, "-m", "32");
}