Rev 630 | Rev 727 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 630 | Rev 646 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | frame_address_t fr; |
55 | frame_address_t fr; |
56 | page_address_t pg; |
56 | page_address_t pg; |
57 | 57 | ||
58 | fr.address = config.base; |
58 | fr.address = config.base; |
59 | pg.address = config.base; |
59 | pg.address = config.base; |
60 | 60 | ||
61 | immu_disable(); |
61 | immu_disable(); |
62 | dmmu_disable(); |
62 | dmmu_disable(); |
63 | 63 | ||
64 | /* |
64 | /* |
65 | * For simplicity, we do identity mapping of first 4M of memory. |
65 | * For simplicity, we do identity mapping of first 4M of memory. |