Test signing commit
This commit is contained in:
parent
44781b1eaa
commit
ea4376fc54
|
@ -242,7 +242,6 @@ static inline void IoSearchAcpiTables(void)
|
|||
else
|
||||
table = (SDTHeader_t *)(ulong)curLong[i];
|
||||
|
||||
//KernLog("\tACPI RSDT[%d] %p\n", i, table);
|
||||
if (MmIsBusyZone(table)) {
|
||||
checksum = DoChecksum(table, (size_t)table->length, 0, 0);
|
||||
if (!checksum) {
|
||||
|
@ -288,7 +287,6 @@ static inline void IoSearchAcpiTables(void)
|
|||
SDTHeader_t *mcfg = IoFindMCFG();
|
||||
|
||||
if (mcfg) {
|
||||
//DebugLog("MCFG found at %p\n");
|
||||
checksum = 0; //DoChecksum(mcfg, (size_t)mcfg->length, 0, 0);
|
||||
if (!checksum) {
|
||||
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {
|
||||
|
|
Loading…
Reference in New Issue