 20420bba13
			
		
	
	
	20420bba13
	
	
	
		
			
			Remove config variable DEBUG_RWLOCK, since it is not used. Signed-off-by: Jiri Olsa <olsajiri@gmail.com> Acked-by: Grant Grundler <grundler@parisc-linux.org> Acked-by: Kyle McMartin <kyle@mcmartin.ca> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			513 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			513 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| menu "Kernel hacking"
 | |
| 
 | |
| source "lib/Kconfig.debug"
 | |
| 
 | |
| config DEBUG_RODATA
 | |
|        bool "Write protect kernel read-only data structures"
 | |
|        depends on DEBUG_KERNEL
 | |
|        help
 | |
|          Mark the kernel read-only data as write-protected in the pagetables,
 | |
|          in order to catch accidental (and incorrect) writes to such const
 | |
|          data. This option may have a slight performance impact because a
 | |
|          portion of the kernel code won't be covered by a TLB anymore.
 | |
|          If in doubt, say "N".
 | |
| 
 | |
| endmenu
 |