Subject: [PATCH 35/91] um: take system.h out of shared/sysdep

From: Al Viro
Date: Thu Aug 18 2011 - 15:04:54 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/