mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ARM: Fix warning: #warning syscall migrate_pages not implemented
We're not implementing this syscall (we're not NUMA) so we might as well silence this warning. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
		
							parent
							
								
									fac28e6df9
								
							
						
					
					
						commit
						d80ade7b32
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -456,6 +456,7 @@
 | 
				
			||||||
 * Unimplemented (or alternatively implemented) syscalls
 | 
					 * Unimplemented (or alternatively implemented) syscalls
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define __IGNORE_fadvise64_64		1
 | 
					#define __IGNORE_fadvise64_64		1
 | 
				
			||||||
 | 
					#define __IGNORE_migrate_pages		1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* __KERNEL__ */
 | 
					#endif /* __KERNEL__ */
 | 
				
			||||||
#endif /* __ASM_ARM_UNISTD_H */
 | 
					#endif /* __ASM_ARM_UNISTD_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue