Removed sparc64 architecture specific users of asm/segment.h and asm-sparc64/segment.h itself
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- commit 4c42a86cb24cd46d20ccb883b196e29bef6df18f tree 83888c48157ecf0783f19cd73634d6446ac29482 parent 6ee9ded730a875d63e42add1c3094eca7d5a6cdf author Kumar K. Gala <[EMAIL PROTECTED]> Wed, 24 Aug 2005 11:04:10 -0500 committer Kumar K. Gala <[EMAIL PROTECTED]> Wed, 24 Aug 2005 11:04:10 -0500 b/arch/sparc64/kernel/setup.c | 1 - b/include/asm-sparc64/processor.h | 1 - include/asm-sparc64/segment.h | 6 ------ 3 files changed, 8 deletions(-) diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c @@ -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> diff --git a/include/asm-sparc64/processor.h b/include/asm-sparc64/processor.h --- 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 --- 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/