mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	Kernel: Remove unused madvise(MADV_GET_VOLATILE)
This was used to query the volatile state of a memory region, however nothing ever actually used it.
This commit is contained in:
		
							parent
							
								
									5fb91e2e84
								
							
						
					
					
						commit
						09bc4cee15
					
				
					 3 changed files with 0 additions and 7 deletions
				
			
		|  | @ -101,7 +101,6 @@ enum { | |||
| 
 | ||||
| #define MADV_SET_VOLATILE 0x100 | ||||
| #define MADV_SET_NONVOLATILE 0x200 | ||||
| #define MADV_GET_VOLATILE 0x400 | ||||
| 
 | ||||
| #define F_DUPFD 0 | ||||
| #define F_GETFD 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling