Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1397 → Rev 1398

/kernel/trunk/arch/ppc64/include/cpuid.h
38,8 → 38,8
 
static inline void cpu_version(struct cpu_info *info)
{
__asm__ volatile (
"mfspr %0, 287\n"
asm volatile (
"mfpvr %0\n"
: "=r" (*info)
);
}