summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs/vfs_init.C
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/sys/vfs/vfs_init.C
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/sys/vfs/vfs_init.C')
-rw-r--r--src/sys/vfs/vfs_init.C48
1 files changed, 25 insertions, 23 deletions
diff --git a/src/sys/vfs/vfs_init.C b/src/sys/vfs/vfs_init.C
index e0cf844fa..c570e100f 100644
--- a/src/sys/vfs/vfs_init.C
+++ b/src/sys/vfs/vfs_init.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/sys/vfs/vfs_init.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/sys/vfs/vfs_init.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
/**
* @file vfs_init.C
* @brief function definitions for funtions used to initialize modules
@@ -30,7 +30,9 @@
#include <sys/mm.h>
#include <util/align.H>
-VfsSystemModule VFS_MODULES[VFS_MODULE_MAX];
+VfsSystemModule VFS_MODULES[VFS_MODULE_MAX] =
+{{{VFS_MODULE_MAX,0},NULL,NULL,NULL,NULL,NULL,0}};
+
uint64_t VFS_LAST_ADDRESS;
OpenPOWER on IntegriCloud