| 615 | |
| 616 | #if defined(I586_CPU) || defined(I686_CPU) |
| 617 | static void |
| 618 | init_transmeta(void) |
| 619 | { |
| 620 | u_int regs[0]; |
| 621 | |
| 622 | /* Expose all hidden features. */ |
| 623 | wrmsr(0x80860004, rdmsr(0x80860004) | ~0UL); |
| 624 | do_cpuid(1, regs); |
| 625 | cpu_feature = regs[3]; |
| 626 | } |
| 627 | #endif |
| 628 | |
| 629 | /* |
no test coverage detected