Changes in kernel/arch/ppc32/include/cpu.h [3500f75:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/cpu.h
r3500f75 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.