Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db41cf2d authored by David S. Miller's avatar David S. Miller
Browse files

sparc32: Remove ldXa and stXa defines, unused.



These were for sharing some MMU code between sun4 and sun4c.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a4b69c4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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) */