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