mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
Revert "arm64:uprobe fix the uprobe SWBP_INSN in big-endian"
This reverts commit63f9dae763which is commit60f07e22a7upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: I6e8012e954f8af96fad62aa49672c678eb50af86 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#define MAX_UINSN_BYTES AARCH64_INSN_SIZE
|
#define MAX_UINSN_BYTES AARCH64_INSN_SIZE
|
||||||
|
|
||||||
#define UPROBE_SWBP_INSN cpu_to_le32(BRK64_OPCODE_UPROBES)
|
#define UPROBE_SWBP_INSN BRK64_OPCODE_UPROBES
|
||||||
#define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
|
#define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
|
||||||
#define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES
|
#define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user