mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Correct typo in comment.
This commit is contained in:
parent
2e71eb1257
commit
5cd10ac5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ dsdt_from_fadt(struct FADTbody *fadt)
|
|||
{
|
||||
struct ACPIsdt *sdt;
|
||||
|
||||
/* Use the DSDT address if it is valid and version 2, else X_DSDT */
|
||||
/* Use the DSDT address if it is valid and version 1, else X_DSDT */
|
||||
if (addr_size == 4 ||
|
||||
(addr_size == 8 && fadt->dsdt_ptr != 0 &&
|
||||
(fadt->x_dsdt_ptr & 0xffffffff) != fadt->dsdt_ptr))
|
||||
|
|
|
|||
Loading…
Reference in a new issue