Changeset 762a824 in mainline for arch/ppc32/include/cpuid.h
- Timestamp:
- 2006-05-01T14:44:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16dad032
- Parents:
- 0f27b4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/cpuid.h
r0f27b4c r762a824 39 39 static inline void cpu_version(struct cpu_info *info) 40 40 { 41 __asm__volatile (42 "mf spr %0, 287\n"41 asm volatile ( 42 "mfpvr %0\n" 43 43 : "=r" (*info) 44 44 );
Note:
See TracChangeset
for help on using the changeset viewer.