提交 d80ade7b 编写于 作者: R Russell King

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: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 fac28e6d
......@@ -456,6 +456,7 @@
* Unimplemented (or alternatively implemented) syscalls
*/
#define __IGNORE_fadvise64_64 1
#define __IGNORE_migrate_pages 1
#endif /* __KERNEL__ */
#endif /* __ASM_ARM_UNISTD_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册