summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/fsp/fsp-elog-read.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/fsp/fsp-elog-read.c b/hw/fsp/fsp-elog-read.c
index 0442e1ac..16667aee 100644
--- a/hw/fsp/fsp-elog-read.c
+++ b/hw/fsp/fsp-elog-read.c
@@ -374,8 +374,6 @@ static int64_t fsp_opal_elog_ack(uint64_t ack_id)
return rc;
}
lock(&elog_read_lock);
- if (ack_id == elog_head_id)
- elog_reject_head();
list_for_each_safe(&elog_read_pending, record, next_record, link) {
if (record->log_id != ack_id)
continue;
OpenPOWER on IntegriCloud