Changes in kernel/arch/ppc32/include/cpu.h [7a0359b:3500f75] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/cpu.h
r7a0359b r3500f75 52 52 53 53 #include <typedefs.h> 54 #include <trace.h>55 54 56 55 typedef struct { … … 59 58 } __attribute__ ((packed)) cpu_arch_t; 60 59 61 NO_TRACEstatic inline void cpu_version(cpu_arch_t *info)60 static inline void cpu_version(cpu_arch_t *info) 62 61 { 63 62 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.