From b8d95068b788c0f1b1587996ef2852df7d338f37 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 13 Nov 2012 17:08:34 -0600 Subject: Modify init file processor to reduce maximum allocation size. This is a fix for multi-chip. The init file processor was allocating an array that was 9 pages in size and we did not have enough contiguous memory to satisfy this. Changed to allocate pointers to scom objects rather then an array of scom objects directly. Change-Id: I84ca4d71375cb6b69d6b517178d04cc14d7b46e2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2320 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN Reviewed-by: Andrew J. Geissler Reviewed-by: A. Patrick Williams III --- src/sys/prof/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys') diff --git a/src/sys/prof/makefile b/src/sys/prof/makefile index 8ed0a86b2..6e51b9e3d 100644 --- a/src/sys/prof/makefile +++ b/src/sys/prof/makefile @@ -31,7 +31,7 @@ ROOTPATH = ../../.. ifdef HOSTBOOT_PROFILE OBJS = gcov.o -unexport HOSTBOOT_PROFILE +HOSTBOOT_PROFILE = endif OBJS += idletask.o -- cgit v1.2.3