mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
kernel/vm: Remove an obsolete comment.
page_num_t is typedef'd to phys_addr_t, so it's 64-bits on 32-bit platforms with PAE. In fact it's been so since the introduction of phys_addr_t, so this comment was obsolete from the start...
This commit is contained in:
parent
cd430b6fe5
commit
1db0961121
@ -123,8 +123,6 @@ private:
|
||||
public:
|
||||
page_num_t cache_offset;
|
||||
// in page size units
|
||||
// TODO: Only 32 bit on 32 bit platforms!
|
||||
// Introduce a new 64 bit type page_off_t!
|
||||
|
||||
SplayTreeLink<vm_page> cache_link;
|
||||
vm_page* cache_next;
|
||||
|
Loading…
Reference in New Issue
Block a user