pSeries_log_error
void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG,
pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0);
.log_error = pSeries_log_error,