< prev index next >

src/cpu/sparc/vm/vm_version_sparc.hpp

Print this page

        

*** 122,131 **** --- 122,132 ---- static bool is_T1_model(int features) { return is_T_family(features) && ((features & T1_model_m) != 0); } static int maximum_niagara1_processor_count() { return 32; } public: + static void early_initialize(); // Initialization static void initialize(); // Instruction support static bool has_v8() { return (_features & v8_instructions_m) != 0; }
< prev index next >