mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: richard@nod.at
Cc: user-mode-linux-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Subject: [PATCH 20/91] um: take vm-flags.h to sys-*/asm
Date: Thu, 18 Aug 2011 20:02:19 +0100	[thread overview]
Message-ID: <E1Qu7r9-0007Yf-9F@ZenIV.linux.org.uk> (raw)


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 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



                 reply	other threads:[~2011-08-18 19:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Qu7r9-0007Yf-9F@ZenIV.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome