Changeset cf2af94 in mainline for kernel/generic/src/time/clock.c
- Timestamp:
- 2011-02-09T11:46:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb15135a
- Parents:
- a49c4002 (diff), 0b37882 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/time/clock.c
ra49c4002 rcf2af94 70 70 * 71 71 */ 72 static unative_t secfrag = 0;72 static sysarg_t secfrag = 0; 73 73 74 74 /** Initialize realtime clock counter … … 93 93 clock_parea.pbase = (uintptr_t) faddr; 94 94 clock_parea.frames = 1; 95 clock_parea.unpriv = true; 95 96 ddi_parea_register(&clock_parea); 96 97 … … 100 101 * 101 102 */ 102 sysinfo_set_item_val("clock.cacheable", NULL, (unative_t) true); 103 sysinfo_set_item_val("clock.faddr", NULL, (unative_t) faddr); 103 sysinfo_set_item_val("clock.faddr", NULL, (sysarg_t) faddr); 104 104 } 105 105
Note:
See TracChangeset
for help on using the changeset viewer.