projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac28e6
)
ARM: Fix warning: #warning syscall migrate_pages not implemented
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 27 Sep 2009 16:40:03 +0000
(17:40 +0100)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/unistd.h
b/arch/arm/include/asm/unistd.h
index 89f7eade20af86bda34d943963cef49d17b312f1..7020217fc49fb3919fda1bba63a7491c7b2dc85f 100644
(file)
--- a/
arch/arm/include/asm/unistd.h
+++ b/
arch/arm/include/asm/unistd.h
@@
-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 */