1
0
geforkt von xt-sys/exectos

Add missing routine description

Dieser Commit ist enthalten in:
2023-02-05 10:08:49 +01:00
Ursprung 707c92e08a
Commit 911903d0eb
2 geänderte Dateien mit 16 neuen und 0 gelöschten Zeilen

Datei anzeigen

@@ -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)

Datei anzeigen

@@ -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)