summaryrefslogtreecommitdiffstats
path: root/src/include/sys/vfs.h
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-11-11 13:46:06 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-13 14:39:17 -0600
commit8ad97ccb3e986b673f040af80bc269b57a6f9341 (patch)
tree9b2a972907175085b0719b07a1ea82e922cdda7f /src/include/sys/vfs.h
parent088623f93c5015f0d9d9dae6b50e2b15c0c8b601 (diff)
downloadtalos-hostboot-8ad97ccb3e986b673f040af80bc269b57a6f9341.tar.gz
talos-hostboot-8ad97ccb3e986b673f040af80bc269b57a6f9341.zip
hbirt increase number of modules allowed
Change-Id: I64a05ac460d75a8328a326d808e906dc0751a8d8 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7166 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys/vfs.h')
-rw-r--r--src/include/sys/vfs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h
index 566f331a8..05c8ecaf1 100644
--- a/src/include/sys/vfs.h
+++ b/src/include/sys/vfs.h
@@ -30,8 +30,13 @@
#include <sys/task.h>
#endif
-// make TODO VFS_MODULE_MAX equal to the actual number of modules in the base image (+ 2?)
+#ifndef __HOSTBOOT_RUNTIME
+// make VFS_MODULE_MAX equal to the actual number of modules in the base image (+ 2?)
#define VFS_MODULE_MAX 16
+#else
+#define VFS_MODULE_MAX 32
+#endif
+
// Extended use 4 4k pages
// Extended Module Virtual address at 1GB
#define VFS_EXTENDED_MODULE_VADDR (1 * 1024 * 1024 * 1024)
OpenPOWER on IntegriCloud