Changeset 7a0359b in mainline for kernel/arch/ppc32/include/cpu.h
- Timestamp:
- 2010-07-02T15:42:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbfdf62
- Parents:
- e3ee9b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/cpu.h
re3ee9b9 r7a0359b 52 52 53 53 #include <typedefs.h> 54 #include <trace.h> 54 55 55 56 typedef struct { … … 58 59 } __attribute__ ((packed)) cpu_arch_t; 59 60 60 static inline void cpu_version(cpu_arch_t *info)61 NO_TRACE static inline void cpu_version(cpu_arch_t *info) 61 62 { 62 63 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.