aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-11 21:43:11 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-11 21:43:11 -0700
commitfd2b79b7bf98cac031c7a4d9ae9669cc3d01a523 (patch)
treed4d8c0472fd912bcab0ad8c47734c5f60986fdfe
parentsparc32: Remove some more sun4c code from floppy glue. (diff)
downloadlinux-dev-fd2b79b7bf98cac031c7a4d9ae9669cc3d01a523.tar.xz
linux-dev-fd2b79b7bf98cac031c7a4d9ae9669cc3d01a523.zip
sparc32: Kill unused defines from asm/head_32.h
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/include/asm/head_32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc/include/asm/head_32.h b/arch/sparc/include/asm/head_32.h
index 25460390fc70..a76874838f61 100644
--- a/arch/sparc/include/asm/head_32.h
+++ b/arch/sparc/include/asm/head_32.h
@@ -2,15 +2,8 @@
#define __SPARC_HEAD_H
#define KERNBASE 0xf0000000 /* First address the kernel will eventually be */
-#define LOAD_ADDR 0x4000 /* prom jumps to us here unless this is elf /boot */
-#define SUN4C_SEGSZ (1 << 18)
-#define SRMMU_L1_KBASE_OFFSET ((KERNBASE>>24)<<2) /* Used in boot remapping. */
-#define INTS_ENAB 0x01 /* entry.S uses this. */
-
-#define SUN4_PROM_VECTOR 0xFFE81000 /* SUN4 PROM needs to be hardwired */
#define WRITE_PAUSE nop; nop; nop; /* Have to do this after %wim/%psr chg */
-#define NOP_INSN 0x01000000 /* Used to patch sparc_save_state */
/* Here are some trap goodies */