lib: sbi_illegal_insn: Constify illegal_insn_table
authorSamuel Holland <samuel@sholland.org>
Sun, 29 May 2022 18:25:29 +0000 (13:25 -0500)
committerAnup Patel <anup@brainfault.org>
Mon, 30 May 2022 05:24:31 +0000 (10:54 +0530)
commitff65bfec4e4fdef31de0871d03f58ca020d6ada2
treeac6d484bdb22fb3ec3cd82fc6fd0f194007bbaee
parent295e5f3c6912bef798e31d6946ba0aacb91f95d0
lib: sbi_illegal_insn: Constify illegal_insn_table

This table does not need to be modified at runtime.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_illegal_insn.c