kernel/arch/microblaze/kernel/kgdb.c
.. .. @@ -143,7 +143,7 @@ 143 143 /* 144 144 * Global data 145 145 */ 146 -struct kgdb_arch arch_kgdb_ops = {146 +const struct kgdb_arch arch_kgdb_ops = {147 147 #ifdef __MICROBLAZEEL__ 148 148 .gdb_bpt_instr = {0x18, 0x00, 0x0c, 0xba}, /* brki r16, 0x18 */ 149 149 #else