kernel/vm: Remove unused "no_cache_change" member from VMArea.
This commit is contained in:
@@ -113,7 +113,6 @@ private:
|
||||
|
||||
public:
|
||||
VMCache* cache;
|
||||
vint32 no_cache_change;
|
||||
off_t cache_offset;
|
||||
uint32 cache_type;
|
||||
VMAreaMappings mappings;
|
||||
|
||||
@@ -30,7 +30,6 @@ VMArea::VMArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection)
|
||||
wiring(wiring),
|
||||
memory_type(0),
|
||||
cache(NULL),
|
||||
no_cache_change(0),
|
||||
cache_offset(0),
|
||||
cache_type(0),
|
||||
page_protections(NULL),
|
||||
|
||||
Reference in New Issue
Block a user