hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/mips/include/asm/octeon/cvmx-dbg-defs.h
....@@ -62,7 +62,6 @@
6262 uint64_t reserved_31_63:33;
6363 #endif
6464 } cn30xx;
65
- struct cvmx_dbg_data_cn30xx cn31xx;
6665 struct cvmx_dbg_data_cn38xx {
6766 #ifdef __BIG_ENDIAN_BITFIELD
6867 uint64_t reserved_29_63:35;
....@@ -82,8 +81,6 @@
8281 uint64_t reserved_29_63:35;
8382 #endif
8483 } cn38xx;
85
- struct cvmx_dbg_data_cn38xx cn38xxp2;
86
- struct cvmx_dbg_data_cn30xx cn50xx;
8784 struct cvmx_dbg_data_cn58xx {
8885 #ifdef __BIG_ENDIAN_BITFIELD
8986 uint64_t reserved_29_63:35;
....@@ -99,7 +96,6 @@
9996 uint64_t reserved_29_63:35;
10097 #endif
10198 } cn58xx;
102
- struct cvmx_dbg_data_cn58xx cn58xxp1;
10399 };
104100
105101 #endif