mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 03:11:23 +07:00
MIPS: Fix a typo in watchpoint register structure.
This fixes the ptrace ABI for watch registers, and should allow 64bit kernels to use the watch register support. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
65655b5a94
commit
7adbedaf44
@ -105,7 +105,7 @@ struct pt_watch_regs {
|
|||||||
enum pt_watch_style style;
|
enum pt_watch_style style;
|
||||||
union {
|
union {
|
||||||
struct mips32_watch_regs mips32;
|
struct mips32_watch_regs mips32;
|
||||||
struct mips32_watch_regs mips64;
|
struct mips64_watch_regs mips64;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user