summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/asmmacro.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-11 21:31:49 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-11 21:31:49 -0700
commitdb41cf2df6c16cec5bc7834b6932a276dc49324e (patch)
tree2f303317e98d6febe64a02b05797756d00473d61 /arch/sparc/include/asm/asmmacro.h
parent2a4b69c48289478eb3a53e51c45e998649993400 (diff)
downloadop-kernel-dev-db41cf2df6c16cec5bc7834b6932a276dc49324e.zip
op-kernel-dev-db41cf2df6c16cec5bc7834b6932a276dc49324e.tar.gz
sparc32: Remove ldXa and stXa defines, unused.
These were for sharing some MMU code between sun4 and sun4c. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/asmmacro.h')
-rw-r--r--arch/sparc/include/asm/asmmacro.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/include/asm/asmmacro.h b/arch/sparc/include/asm/asmmacro.h
index a995bf8..90db649 100644
--- a/arch/sparc/include/asm/asmmacro.h
+++ b/arch/sparc/include/asm/asmmacro.h
@@ -31,10 +31,4 @@
/* All traps low-level code here must end with this macro. */
#define RESTORE_ALL b ret_trap_entry; clr %l6;
-/* sun4 probably wants half word accesses to ASI_SEGMAP, while sun4c+
- likes byte accesses. These are to avoid ifdef mania. */
-
-#define lduXa lduba
-#define stXa stba
-
#endif /* !(_SPARC_ASMMACRO_H) */
OpenPOWER on IntegriCloud