[SPARC64]: remove use of asm/segment.h
authorKumar Gala <kumar.gala@freescale.com>
Mon, 29 Aug 2005 19:45:30 +0000 (12:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2005 19:45:30 +0000 (12:45 -0700)
Removed sparc64 architecture specific users of asm/segment.h and
asm-sparc64/segment.h itself

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/setup.c
include/asm-sparc64/processor.h
include/asm-sparc64/segment.h [deleted file]

index b7e6a91..fbdfed3 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/cpu.h>
 #include <linux/initrd.h>
 
-#include <asm/segment.h>
 #include <asm/system.h>
 #include <asm/io.h>
 #include <asm/processor.h>
index d0bee24..3169f3e 100644 (file)
@@ -18,7 +18,6 @@
 #include <asm/a.out.h>
 #include <asm/pstate.h>
 #include <asm/ptrace.h>
-#include <asm/segment.h>
 #include <asm/page.h>
 
 /* The sparc has no problems with write protection */
diff --git a/include/asm-sparc64/segment.h b/include/asm-sparc64/segment.h
deleted file mode 100644 (file)
index b03e709..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __SPARC64_SEGMENT_H
-#define __SPARC64_SEGMENT_H
-
-/* Only here because we have some old header files that expect it.. */
-
-#endif