projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4b69c
)
sparc32: Remove ldXa and stXa defines, unused.
author
David S. Miller
<davem@davemloft.net>
Sat, 12 May 2012 04:31:49 +0000
(21:31 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 12 May 2012 04:31:49 +0000
(21:31 -0700)
These were for sharing some MMU code between sun4 and sun4c.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/asmmacro.h
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/asmmacro.h
b/arch/sparc/include/asm/asmmacro.h
index a995bf8aba3fa0e680b6223de217466bbc49fbe1..90db649f26dcee3b3898a9decb8a76b2a85a679e 100644
(file)
--- 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) */