Rev 3777 | Rev 3940 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3777 | Rev 3908 | ||
---|---|---|---|
Line 272... | Line 272... | ||
272 | { |
272 | { |
273 | /* This is a dirty hack. */ |
273 | /* This is a dirty hack. */ |
274 | return PA2KA(physaddr); |
274 | return PA2KA(physaddr); |
275 | } |
275 | } |
276 | 276 | ||
- | 277 | void hw_area(uintptr_t *physaddr, pfn_t *frames) |
|
- | 278 | { |
|
- | 279 | *physaddr = end_frame; |
|
- | 280 | *frames = ADDR2PFN(0x7fffffffffffffffUL - end_frame); |
|
- | 281 | } |
|
- | 282 | ||
277 | /** @} |
283 | /** @} |
278 | */ |
284 | */ |