Rev 2131 | Rev 2307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2131 | Rev 2292 | ||
|---|---|---|---|
| Line 102... | Line 102... | ||
| 102 | /* |
102 | /* |
| 103 | * Prepare information for the userspace so that it can successfully |
103 | * Prepare information for the userspace so that it can successfully |
| 104 | * physmem_map() the clock_parea. |
104 | * physmem_map() the clock_parea. |
| 105 | */ |
105 | */ |
| 106 | sysinfo_set_item_val("clock.cacheable", NULL, (unative_t) true); |
106 | sysinfo_set_item_val("clock.cacheable", NULL, (unative_t) true); |
| 107 | sysinfo_set_item_val("clock.fcolor", NULL, (unative_t) |
- | |
| 108 | PAGE_COLOR(clock_parea.vbase)); |
- | |
| 109 | sysinfo_set_item_val("clock.faddr", NULL, (unative_t) faddr); |
107 | sysinfo_set_item_val("clock.faddr", NULL, (unative_t) faddr); |
| 110 | } |
108 | } |
| 111 | 109 | ||
| 112 | 110 | ||
| 113 | /** Update public counters |
111 | /** Update public counters |