debug: Remove early logbuf support

This patch remove early logbuf support which is used to hold
log massges before shared buf setup by SOS.

Tracked-On: #1801
Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Reviewed-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
Kaige Fu
2018-11-23 09:47:18 +00:00
committed by lijinxia
parent 9f13a51e8a
commit e555f75b8d
4 changed files with 2 additions and 134 deletions

View File

@@ -25,8 +25,6 @@ struct per_cpu_region {
#ifdef HV_DEBUG
uint64_t *sbuf[ACRN_SBUF_ID_MAX];
char logbuf[LOG_MESSAGE_MAX_SIZE];
bool is_early_logbuf;
char early_logbuf[CONFIG_LOG_BUF_SIZE];
uint32_t npk_log_ref;
#endif
uint64_t irq_count[NR_IRQS];