Skip to content

Commit

Permalink
ARM: Fix warning: #warning syscall migrate_pages not implemented
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Sep 28, 2009
1 parent fac28e6 commit d80ade7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit d80ade7

Please sign in to comment.