[PATCH 03/15] arm: remove use of asm/segment.h

From: Kumar Gala
Date: Wed Aug 24 2005 - 11:51:28 EST


Removed asm-arm/segment.h as its not used by anything.

Signed-off-by: Kumar Gala <kumar.gala@xxxxxxxxxxxxx>

---
commit 13e9876eff93029eb24affd8842db94035c370f5
tree acb6c189dd89aef958961eedba5641449865c5aa
parent 1d8c8bf789b6925529d84f3ad787cf973763793f
author Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 24 Aug 2005 10:42:30 -0500
committer Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 24 Aug 2005 10:42:30 -0500

include/asm-arm/segment.h | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/include/asm-arm/segment.h b/include/asm-arm/segment.h
deleted file mode 100644
--- a/include/asm-arm/segment.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __ASM_ARM_SEGMENT_H
-#define __ASM_ARM_SEGMENT_H
-
-#define __KERNEL_CS 0x0
-#define __KERNEL_DS 0x0
-
-#define __USER_CS 0x1
-#define __USER_DS 0x1
-
-#endif /* __ASM_ARM_SEGMENT_H */
-
-
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/