mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro
This change is cosmetic. IS_UEFI_CPER_RECORD macro definition that was added as a part of the ERST implementation seems to be unused. Remove it. CC: Eric DeVolder <eric.devolder@oracle.com> Reviewed-by: Eric DeVolder <eric.devolder@oracle.com> Signed-off-by: Ani Sinha <ani@anisinha.ca> Message-Id: <20220223143322.927136-5-ani@anisinha.ca> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
1665b4d510
commit
f8bdfbdba9
@ -80,11 +80,6 @@
|
||||
#define UEFI_CPER_RECORD_MIN_SIZE 128U
|
||||
#define UEFI_CPER_RECORD_LENGTH_OFFSET 20U
|
||||
#define UEFI_CPER_RECORD_ID_OFFSET 96U
|
||||
#define IS_UEFI_CPER_RECORD(ptr) \
|
||||
(((ptr)[0] == 'C') && \
|
||||
((ptr)[1] == 'P') && \
|
||||
((ptr)[2] == 'E') && \
|
||||
((ptr)[3] == 'R'))
|
||||
|
||||
/*
|
||||
* NOTE that when accessing CPER fields within a record, memcpy()
|
||||
|
Loading…
Reference in New Issue
Block a user