]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: Fix warning: #warning syscall migrate_pages not implemented
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 27 Sep 2009 16:40:03 +0000 (17:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Sep 2009 17:06:19 +0000 (18:06 +0100)
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>
arch/arm/include/asm/unistd.h

index 89f7eade20af86bda34d943963cef49d17b312f1..7020217fc49fb3919fda1bba63a7491c7b2dc85f 100644 (file)
  * Unimplemented (or alternatively implemented) syscalls
  */
 #define __IGNORE_fadvise64_64          1
+#define __IGNORE_migrate_pages         1
 
 #endif /* __KERNEL__ */
 #endif /* __ASM_ARM_UNISTD_H */