mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								arch/ia64/include/asm/mmu.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								arch/ia64/include/asm/mmu.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| #ifndef __MMU_H | ||||
| #define __MMU_H | ||||
| 
 | ||||
| /*
 | ||||
|  * Type for a context number.  We declare it volatile to ensure proper | ||||
|  * ordering when it's accessed outside of spinlock'd critical sections | ||||
|  * (e.g., as done in activate_mm() and init_new_context()). | ||||
|  */ | ||||
| typedef volatile unsigned long mm_context_t; | ||||
| 
 | ||||
| typedef unsigned long nv_mm_context_t; | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228