mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
[ACPI] delete Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
http://bugzilla.kernel.org/show_bug.cgi?id=4923 Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
79cda7d0e1
commit
d4ab025b73
1 changed files with 0 additions and 6 deletions
|
@ -491,12 +491,6 @@ acpi_ds_load2_begin_op (
|
||||||
if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
|
if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
|
||||||
(walk_state->opcode != AML_INT_NAMEPATH_OP)) ||
|
(walk_state->opcode != AML_INT_NAMEPATH_OP)) ||
|
||||||
(!(walk_state->op_info->flags & AML_NAMED))) {
|
(!(walk_state->op_info->flags & AML_NAMED))) {
|
||||||
if ((walk_state->op_info->class == AML_CLASS_EXECUTE) ||
|
|
||||||
(walk_state->op_info->class == AML_CLASS_CONTROL)) {
|
|
||||||
ACPI_REPORT_WARNING ((
|
|
||||||
"Encountered executable code at module level, [%s]\n",
|
|
||||||
acpi_ps_get_opcode_name (walk_state->opcode)));
|
|
||||||
}
|
|
||||||
return_ACPI_STATUS (AE_OK);
|
return_ACPI_STATUS (AE_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue