summaryrefslogtreecommitdiff
path: root/include/asm-alpha/processor.h
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2004-12-06 02:23:20 -0600
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-06 02:23:20 -0600
commit97f014fbbe267480e4a0ce2115407c0a777c5f4c (patch)
treeb1fdc989f79b6dd122d643bc3df63fe08931f61a /include/asm-alpha/processor.h
parent5a530b5a070ae4f682f51b54848276b6ba715bee (diff)
[PATCH] Move MCA_bus to linux/mca.h
- Move MCA_bus declaration from <asm/processor.h> to <linux/mca.h> - Define it in mca.c, not setup.c - EXPORT_SYMBOL it at the site of its definition. - Fix up random files to include <linux/mca.h> for the use of the MCA_bus symbol - Delete some unnecessary ifdefs. - Delete some unneeded comments. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/asm-alpha/processor.h')
-rw-r--r--include/asm-alpha/processor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-alpha/processor.h b/include/asm-alpha/processor.h
index 3c750a362c44..059780a7d3d7 100644
--- a/include/asm-alpha/processor.h
+++ b/include/asm-alpha/processor.h
@@ -26,12 +26,6 @@
#define TASK_UNMAPPED_BASE \
((current->personality & ADDR_LIMIT_32BIT) ? 0x40000000 : TASK_SIZE / 2)
-/*
- * Bus types
- */
-#define MCA_bus 0
-#define MCA_bus__is_a_macro /* for versions in ksyms.c */
-
typedef struct {
unsigned long seg;
} mm_segment_t;