Changeset 6c441cf8 in mainline for kernel/arch/arm32/src/cpu/cpu.c
- Timestamp:
- 2008-02-27T11:49:17Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56976a17
- Parents:
- fdb7795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/cpu/cpu.c
rfdb7795 r6c441cf8 57 57 58 58 /** Length of the #imp_data array */ 59 static int imp_data_length = sizeof(imp_data) / sizeof(char *);59 static unsigned int imp_data_length = sizeof(imp_data) / sizeof(char *); 60 60 61 61 /** Architecture names */ … … 72 72 73 73 /** Length of the #arch_data array */ 74 static int arch_data_length = sizeof(arch_data) / sizeof(char *);74 static unsigned int arch_data_length = sizeof(arch_data) / sizeof(char *); 75 75 76 76
Note:
See TracChangeset
for help on using the changeset viewer.