Changeset 9970a5a in mainline for kernel/generic/src/lib/rd.c
- Timestamp:
- 2012-01-27T23:24:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b3b571, fe56c08a
- Parents:
- d81eaf94 (diff), 221c9ec (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/lib/rd.c
rd81eaf94 r9970a5a 54 54 void init_rd(void *data, size_t size) 55 55 { 56 uintptr_t base = KA2PA((uintptr_t) data);56 uintptr_t base = (uintptr_t) data; 57 57 ASSERT((base % FRAME_SIZE) == 0); 58 58
Note:
See TracChangeset
for help on using the changeset viewer.