Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/cpu.h

    r7a0359b r3500f75  
    5252
    5353#include <typedefs.h>
    54 #include <trace.h>
    5554
    5655typedef struct {
     
    5958} __attribute__ ((packed)) cpu_arch_t;
    6059
    61 NO_TRACE static inline void cpu_version(cpu_arch_t *info)
     60static inline void cpu_version(cpu_arch_t *info)
    6261{
    6362        asm volatile (
Note: See TracChangeset for help on using the changeset viewer.