Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.

This commit is contained in:
Takanori Watanabe 2000-12-21 07:47:43 +00:00
parent 88c6b9ae21
commit e3c6e05e3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70247

View File

@ -73,11 +73,9 @@ 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;