kernel/vm: Drop an actually obsolete comment.
This was introduced in hrev27179 to refer to the member "merge_swap", which is now gone. The "busy_writing" field isn't used in Merge().
This commit is contained in:
@@ -148,7 +148,6 @@ private:
|
||||
public:
|
||||
bool busy : 1;
|
||||
bool busy_writing : 1;
|
||||
// used in VMAnonymousCache::Merge()
|
||||
bool accessed : 1;
|
||||
bool modified : 1;
|
||||
uint8 _unused : 1;
|
||||
|
||||
Reference in New Issue
Block a user