.. | .. |
---|
3 | 3 | * |
---|
4 | 4 | * Module Name: exutils - interpreter/scanner utilities |
---|
5 | 5 | * |
---|
6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
---|
7 | 7 | * |
---|
8 | 8 | *****************************************************************************/ |
---|
9 | 9 | |
---|
.. | .. |
---|
34 | 34 | /* Local prototypes */ |
---|
35 | 35 | static u32 acpi_ex_digits_needed(u64 value, u32 base); |
---|
36 | 36 | |
---|
37 | | -#ifndef ACPI_NO_METHOD_EXECUTION |
---|
38 | 37 | /******************************************************************************* |
---|
39 | 38 | * |
---|
40 | 39 | * FUNCTION: acpi_ex_enter_interpreter |
---|
.. | .. |
---|
161 | 160 | * RETURN: None |
---|
162 | 161 | * |
---|
163 | 162 | * DESCRIPTION: Obtain the ACPI hardware Global Lock, only if the field |
---|
164 | | - * flags specifiy that it is to be obtained before field access. |
---|
| 163 | + * flags specify that it is to be obtained before field access. |
---|
165 | 164 | * |
---|
166 | 165 | ******************************************************************************/ |
---|
167 | 166 | |
---|
.. | .. |
---|
409 | 408 | |
---|
410 | 409 | return (TRUE); |
---|
411 | 410 | } |
---|
412 | | - |
---|
413 | | -#endif |
---|