Add missing routine description
Todas as verificações foram bem sucedidas
ci/woodpecker/push/build Pipeline was successful

Esse commit está contido em:
2023-02-05 10:08:49 +01:00
commit 911903d0eb
2 arquivos alterados com 16 adições e 0 exclusões

Ver arquivo

@@ -73,6 +73,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)

Ver arquivo

@@ -65,6 +65,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)