Changeset fd07e57b in mainline for kernel/arch/arm32/src
- Timestamp:
- 2014-01-05T21:25:41Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4aa2a27
- Parents:
- aacdb8e (diff), ca05e9b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch/arm32/src/mach
- Files:
-
- 2 edited
-
gta02/gta02.c (modified) (2 diffs)
-
integratorcp/integratorcp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/gta02/gta02.c
raacdb8e rfd07e57b 49 49 #include <ddi/ddi.h> 50 50 #include <ddi/device.h> 51 #include <log.h> 51 52 52 53 #define GTA02_MEMORY_START 0x30000000 /* physical */ … … 149 150 } else { 150 151 /* Spurious interrupt.*/ 151 printf("cpu%d: spurious interrupt (inum=%d)\n",152 log(LF_ARCH, LVL_DEBUG, "cpu%d: spurious interrupt (inum=%d)", 152 153 CPU->id, inum); 153 154 } -
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
raacdb8e rfd07e57b 43 43 #include <console/console.h> 44 44 #include <sysinfo/sysinfo.h> 45 #include <print.h>46 45 #include <ddi/device.h> 47 46 #include <mm/page.h> … … 53 52 #include <abi/fb/visuals.h> 54 53 #include <ddi/ddi.h> 55 #include <print.h> 54 #include <log.h> 55 56 56 57 57 … … 275 275 } else { 276 276 /* Spurious interrupt.*/ 277 printf("cpu%d: spurious interrupt (inum=%d)\n", 277 log(LF_ARCH, LVL_DEBUG, 278 "cpu%d: spurious interrupt (inum=%d)", 278 279 CPU->id, i); 279 280 }
Note:
See TracChangeset
for help on using the changeset viewer.
