Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d80ade7b authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent fac28e6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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 */