Changeset 6be2c13 in mainline for kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c
- Timestamp:
- 2018-03-16T20:58:20Z (7 years ago)
- Parents:
- 973be387 (diff), 4b1c7c6f (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-16 20:58:20)
- git-committer:
- GitHub <noreply@…> (2018-03-16 20:58:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c
r973be387 r6be2c13 102 102 /* Initialize interrupt controller */ 103 103 raspi.irc = (void *) km_map(BCM2835_IRC_ADDR, sizeof(bcm2835_irc_t), 104 PAGE_NOT_CACHEABLE);104 0); 105 105 assert(raspi.irc); 106 106 bcm2835_irc_init(raspi.irc); … … 109 109 raspi.timer = (void *) km_map(BCM2835_TIMER_ADDR, 110 110 sizeof(bcm2835_timer_t), 111 PAGE_NOT_CACHEABLE);111 0); 112 112 } 113 113
Note:
See TracChangeset
for help on using the changeset viewer.