Revert "kernel/vm: Remove an obsolete comment."

This reverts commit 1db0961121.

It turns out the comment is not obsolete; what it refers to isn't
PAE systems but true 32-bit ones. I'm not sure we should use
64-bit cache offsets even there, but that's a decision for another
time.
This commit is contained in:
Augustin Cavalier
2024-12-05 17:05:44 -05:00
parent 319bd18c13
commit 5cf7633a39
+2
View File
@@ -123,6 +123,8 @@ 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;