diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2023-07-19 16:56:10 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2023-07-19 16:57:44 +0000 |
| commit | 02402ec88896eda56be4ae41779ddc719f6b0e9d (patch) | |
| tree | 9454851be4718560f9d1605513902ccb5d0e12d9 /sys/cddl/dev | |
| parent | e967a9a5d5da7762a0c6832ea36b8ccfe3b33ca2 (diff) | |
Diffstat (limited to 'sys/cddl/dev')
| -rw-r--r-- | sys/cddl/dev/kinst/kinst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/dev/kinst/kinst.h b/sys/cddl/dev/kinst/kinst.h index 390a2d1c13bf..f0811a4a88d8 100644 --- a/sys/cddl/dev/kinst/kinst.h +++ b/sys/cddl/dev/kinst/kinst.h @@ -58,7 +58,7 @@ struct kinst_cpu_state { /* * Points to the probe whose trampoline we're currently executing. */ - struct kinst_probe *kp; + const struct kinst_probe *kp; /* * Because we execute trampolines with interrupts disabled, we have to * cache the CPU's status in order to restore it when we return from |
