mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18: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
				
			
		
							
								
								
									
										21
									
								
								arch/ia64/kernel/nr-irqs.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								arch/ia64/kernel/nr-irqs.c
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| /*
 | ||||
|  * calculate | ||||
|  * NR_IRQS = max(IA64_NATIVE_NR_IRQS, XEN_NR_IRQS, FOO_NR_IRQS...) | ||||
|  * depending on config. | ||||
|  * This must be calculated before processing asm-offset.c. | ||||
|  */ | ||||
| 
 | ||||
| #define ASM_OFFSETS_C 1 | ||||
| 
 | ||||
| #include <linux/kbuild.h> | ||||
| #include <linux/threads.h> | ||||
| #include <asm/native/irq.h> | ||||
| 
 | ||||
| void foo(void) | ||||
| { | ||||
| 	union paravirt_nr_irqs_max { | ||||
| 		char ia64_native_nr_irqs[IA64_NATIVE_NR_IRQS]; | ||||
| 	}; | ||||
| 
 | ||||
| 	DEFINE(NR_IRQS, sizeof (union paravirt_nr_irqs_max)); | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228