Searched refs:min_supported_rev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c851 int min_supported_rev; local
858 min_supported_rev = 0;
861 min_supported_rev = SPITFIRE_MINREV_SUPPORTED;
864 min_supported_rev = CHEETAH_MINREV_SUPPORTED;
873 if (cpunodes[i].version < min_supported_rev) {
877 SPITFIRE_MAJOR_VERSION(min_supported_rev),
878 SPITFIRE_MINOR_VERSION(min_supported_rev),
903 if (cpunodes[i].version < min_supported_rev) {
907 CHEETAH_MAJOR_VERSION(min_supported_rev),
908 CHEETAH_MINOR_VERSION(min_supported_rev),
[all...]

Completed in 59 milliseconds