forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/microblaze/kernel/kgdb.c
....@@ -143,7 +143,7 @@
143143 /*
144144 * Global data
145145 */
146
-struct kgdb_arch arch_kgdb_ops = {
146
+const struct kgdb_arch arch_kgdb_ops = {
147147 #ifdef __MICROBLAZEEL__
148148 .gdb_bpt_instr = {0x18, 0x00, 0x0c, 0xba}, /* brki r16, 0x18 */
149149 #else