|
@@ -26,18 +26,6 @@
|
|
|
#include <asm/ptrace.h>
|
|
|
#include <asm/thread_info.h>
|
|
|
|
|
|
-/*
|
|
|
- * Stack pushing/popping (register pairs only). Equivalent to store decrement
|
|
|
- * before, load increment after.
|
|
|
- */
|
|
|
- .macro push, xreg1, xreg2
|
|
|
- stp \xreg1, \xreg2, [sp, #-16]!
|
|
|
- .endm
|
|
|
-
|
|
|
- .macro pop, xreg1, xreg2
|
|
|
- ldp \xreg1, \xreg2, [sp], #16
|
|
|
- .endm
|
|
|
-
|
|
|
/*
|
|
|
* Enable and disable interrupts.
|
|
|
*/
|