aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@freescale.com>2005-08-29 12:45:30 -0700
committerDavid S. Miller <davem@davemloft.net>2005-08-29 12:45:30 -0700
commit3d6364abcfdaedeb34418c2894f61251d48614f6 (patch)
tree931f13bef897515bc570b04394daf8018c7aaf96 /include/asm-sparc64
parent[SPARC64]: Revamp Spitfire error trap handling. (diff)
downloadlinux-dev-3d6364abcfdaedeb34418c2894f61251d48614f6.tar.xz
linux-dev-3d6364abcfdaedeb34418c2894f61251d48614f6.zip
[SPARC64]: remove use of asm/segment.h
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>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/processor.h1
-rw-r--r--include/asm-sparc64/segment.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sparc64/processor.h b/include/asm-sparc64/processor.h
index d0bee2413560..3169f3e2237e 100644
--- a/include/asm-sparc64/processor.h
+++ b/include/asm-sparc64/processor.h
@@ -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
index b03e709fc945..000000000000
--- a/include/asm-sparc64/segment.h
+++ /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