[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Qu7tZ-0007gB-Fi@ZenIV.linux.org.uk>
Date: Thu, 18 Aug 2011 20:04:49 +0100
From: Al Viro <viro@....linux.org.uk>
To: richard@....at
Cc: user-mode-linux-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: Subject: [PATCH 35/91] um: take system.h out of shared/sysdep
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
arch/um/include/asm/{system.h => system-um.h} | 2 --
arch/um/sys-x86/{shared/sysdep => asm}/system.h | 1 +
2 files changed, 1 insertions(+), 2 deletions(-)
rename arch/um/include/asm/{system.h => system-um.h} (96%)
rename arch/um/sys-x86/{shared/sysdep => asm}/system.h (99%)
diff --git a/arch/um/include/asm/system.h b/arch/um/include/asm/system-um.h
similarity index 96%
rename from arch/um/include/asm/system.h
rename to arch/um/include/asm/system-um.h
index 68a90ec..0eec245 100644
--- a/arch/um/include/asm/system.h
+++ b/arch/um/include/asm/system-um.h
@@ -1,8 +1,6 @@
#ifndef __UM_SYSTEM_GENERIC_H
#define __UM_SYSTEM_GENERIC_H
-#include "sysdep/system.h"
-
extern int get_signals(void);
extern int set_signals(int enable);
extern void block_signals(void);
diff --git a/arch/um/sys-x86/shared/sysdep/system.h b/arch/um/sys-x86/asm/system.h
similarity index 99%
rename from arch/um/sys-x86/shared/sysdep/system.h
rename to arch/um/sys-x86/asm/system.h
index d1b93c4..a89113b 100644
--- a/arch/um/sys-x86/shared/sysdep/system.h
+++ b/arch/um/sys-x86/asm/system.h
@@ -6,6 +6,7 @@
#include <asm/cpufeature.h>
#include <asm/cmpxchg.h>
#include <asm/nops.h>
+#include <asm/system-um.h>
#include <linux/kernel.h>
#include <linux/irqflags.h>
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists