Changeset 4bc73fa in mainline
- Timestamp:
- 2009-01-29T16:32:46Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14324438
- Parents:
- e5be99a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.c
re5be99a r4bc73fa 204 204 int shift; 205 205 206 if (ofw_call("call-method", 3, 5, result, "translate", ofw_mmu,207 virt ) != 0) {206 if (ofw_call("call-method", 4, 5, result, "translate", ofw_mmu, 207 virt, 0) != 0) { 208 208 puts("Error: MMU method translate() failed, halting.\n"); 209 209 halt();
Note:
See TracChangeset
for help on using the changeset viewer.