hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arc/include/asm/ptrace.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 *
85 * Amit Bhor, Sameer Dhavale: Codito Technologies 2004
96 */
....@@ -18,11 +15,6 @@
1815
1916 #ifdef CONFIG_ISA_ARCOMPACT
2017 struct pt_regs {
21
-
22
-#ifdef CONFIG_ARC_PLAT_EZNPS
23
- unsigned long eflags; /* Extended FLAGS */
24
- unsigned long gpa1; /* General Purpose Aux */
25
-#endif
2618
2719 /* Real registers */
2820 unsigned long bta; /* bta_l1, bta_l2, erbta */
....@@ -94,6 +86,9 @@
9486 #ifdef CONFIG_ARC_HAS_ACCL_REGS
9587 unsigned long r58, r59; /* ACCL/ACCH used by FPU / DSP MPY */
9688 #endif
89
+#ifdef CONFIG_ARC_DSP_SAVE_RESTORE_REGS
90
+ unsigned long DSP_CTRL;
91
+#endif
9792
9893 /*------- Below list auto saved by h/w -----------*/
9994 unsigned long r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11;