Changes in kernel/arch/arm32/src/cpu/cpu.c [9048147:34847e2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/cpu/cpu.c
r9048147 r34847e2 41 41 #include <print.h> 42 42 43 #ifdef CONFIG_FPU44 #include <arch/fpu_context.h>45 #endif46 47 43 static inline unsigned log2(unsigned val) 48 44 { … … 64 60 static const char * implementer(unsigned id) 65 61 { 66 switch (id) { 62 switch (id) 63 { 67 64 case 0x41: return "ARM Limited"; 68 65 case 0x44: return "Digital Equipment Corporation";
Note:
See TracChangeset
for help on using the changeset viewer.