aboutsummaryrefslogtreecommitdiff
path: root/hdata/pcia.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10sparse: fix beint32_t degrades to int in hdata/pcia.cStewart Smith1-1/+1
hdata/pcia.c:32:37: warning: restricted beint32_t degrades to integer No resulting code change for skiboot as BE Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-07-08Fix potential negative loop bound in hdata/pcia.cStewart Smith1-3/+5
HDIF_get_iarray_size could return -1 on failure, so detect that and somewhat gracefully back out of an awful loop Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-20hdata: Remove unnecessary boolNeelesh Gupta1-4/+1
Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com> Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-10-15decrease verbosity of logging CPU information.Stewart Smith1-11/+12
If we have an UNAVAILABLE core (e.g. garded by FSP), we *WILL* print that out with PR_WARNING, as that's probably something that people want to pay attention to. Otherwise we stick with PR_INFO, which should be enough for these kind of log messages. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+242
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>