blob: a24ce9ea3ee6bb2433eca4d7b41f76efc19133a3 [file] [log] [blame]
typedef __builtin_msr_t msr_t;
static msr_t rdmsr(unsigned long index)
{
return __builtin_rdmsr(index);
}
#warning "romcc should die gracefully here"