summaryrefslogtreecommitdiffstats
path: root/src/sys/prof
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-11-13 17:08:34 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-14 15:48:28 -0600
commitb8d95068b788c0f1b1587996ef2852df7d338f37 (patch)
treed5802adf5128c654f6b3a39bf6283392e1fc4578 /src/sys/prof
parent073d82a61ee7ce0ec4522c18ce92cd93537025db (diff)
downloadtalos-hostboot-b8d95068b788c0f1b1587996ef2852df7d338f37.tar.gz
talos-hostboot-b8d95068b788c0f1b1587996ef2852df7d338f37.zip
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 <ctnguyen@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/sys/prof')
-rw-r--r--src/sys/prof/makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud