1
0
şundan çatallanmış xt-sys/exectos

Add missing routine description

Bu işleme şunda yer alıyor:
2023-02-05 10:08:49 +01:00
ebeveyn 707c92e08a
işleme 911903d0eb
2 değiştirilmiş dosya ile 16 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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