1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Disable my previous committed code for a moment.

Note to myself: this needs to be enabled again when newer version of
ACPI is imported.
This commit is contained in:
Mitsuru IWASAKI 2000-12-20 20:22:47 +00:00
parent 912c8c65d2
commit 441a762864
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70237

View File

@ -73,9 +73,11 @@ AcpiOsQueueForExecution(UINT32 Priority, OSD_EXECUTION_CALLBACK Function, void *
at->at_task.ta_func = AcpiOsExecuteQueue;
at->at_task.ta_context = at;
switch (Priority) {
#if 0
case OSD_PRIORITY_GPE:
at->at_task.ta_priority = 4;
break;
#endif
case OSD_PRIORITY_HIGH:
at->at_task.ta_priority = 3;
break;