mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 8eddac3f10
			
		
	
	
		8eddac3f10
		
	
	
	
	
		
			
			Suggested-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-wl7s3tta5isufzfguc23et06@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Lockdep states,
 | |
|  *
 | |
|  * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 | |
|  * you add one, or come up with a nice dynamic solution.
 | |
|  */
 | |
| LOCKDEP_STATE(HARDIRQ)
 | |
| LOCKDEP_STATE(SOFTIRQ)
 | |
| LOCKDEP_STATE(RECLAIM_FS)
 |