diff options
author | Sachin Gupta <sgupta2m@in.ibm.com> | 2014-12-17 05:00:43 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-16 13:36:55 -0600 |
commit | f2680e6637e324f2619500a6870e7e23265319a4 (patch) | |
tree | 11470218647e52f4cb3b7c6ff5c98c03adc047c0 /src/include/sys | |
parent | c068f50829ec46e4e5b056064dcbe9d786d549a4 (diff) | |
download | talos-hostboot-f2680e6637e324f2619500a6870e7e23265319a4.tar.gz talos-hostboot-f2680e6637e324f2619500a6870e7e23265319a4.zip |
PRD: Enable support for UtilFile and prf files for HBRT
Change-Id: I91f8157db632b6088fe64b28bf42f993d16e8b44
RTC: 119022
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14944
Tested-by: Jenkins Server
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r-- | src/include/sys/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index 20ed3c4d6..0d496243f 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -36,7 +36,7 @@ // 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 +#define VFS_MODULE_MAX 64 #endif // Extended use 4 4k pages |