2008-12-22 23:10:38 +01:00
|
|
|
ARM defines SYS_cacheflush, but doesn't have <asm/cachectl.h>
|
|
|
|
---
|
|
|
|
system.c | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
2009-01-08 10:24:32 +01:00
|
|
|
--- a/system.c
|
|
|
|
+++ b/system.c
|
2008-12-22 23:10:38 +01:00
|
|
|
@@ -70,9 +70,11 @@
|
|
|
|
#include <linux/capability.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef ARM
|
|
|
|
#ifdef SYS_cacheflush
|
|
|
|
#include <asm/cachectl.h>
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#ifdef HAVE_LINUX_USTNAME_H
|
|
|
|
#include <linux/utsname.h>
|