Subject: [PATCH 20/91] um: take vm-flags.h to sys-*/asm

From: Al Viro
Date: Thu Aug 18 2011 - 15:02:25 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
---
arch/um/include/asm/page.h | 2 +-
arch/um/sys-i386/{shared/sysdep => asm}/vm-flags.h | 0
.../sys-x86_64/{shared/sysdep => asm}/vm-flags.h | 0
3 files changed, 1 insertions(+), 1 deletions(-)
rename arch/um/sys-i386/{shared/sysdep => asm}/vm-flags.h (100%)
rename arch/um/sys-x86_64/{shared/sysdep => asm}/vm-flags.h (100%)

diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h
index 4cc9b6c..7cfc3ce 100644
--- a/arch/um/include/asm/page.h
+++ b/arch/um/include/asm/page.h
@@ -19,7 +19,7 @@
struct page;

#include <linux/types.h>
-#include <sysdep/vm-flags.h>
+#include <asm/vm-flags.h>

/*
* These are used to make use of C type-checking..
diff --git a/arch/um/sys-i386/shared/sysdep/vm-flags.h b/arch/um/sys-i386/asm/vm-flags.h
similarity index 100%
rename from arch/um/sys-i386/shared/sysdep/vm-flags.h
rename to arch/um/sys-i386/asm/vm-flags.h
diff --git a/arch/um/sys-x86_64/shared/sysdep/vm-flags.h b/arch/um/sys-x86_64/asm/vm-flags.h
similarity index 100%
rename from arch/um/sys-x86_64/shared/sysdep/vm-flags.h
rename to arch/um/sys-x86_64/asm/vm-flags.h
--
1.7.2.5


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/