Home
last modified time | relevance | path

Searched refs:_cpu_type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_arch.cpp41 static int _cpu_type; variable
46 if (_cpu_type == 0) { in cpu_type()
48 _cpu_type = 3; in cpu_type()
52 _cpu_type = si.wProcessorLevel; in cpu_type()
56 return _cpu_type; in cpu_type()