diff options
| -rw-r--r-- | sys/ia64/include/pcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/pcpu.h b/sys/ia64/include/pcpu.h index 58403aad5871..05e2cc1b300c 100644 --- a/sys/ia64/include/pcpu.h +++ b/sys/ia64/include/pcpu.h @@ -68,7 +68,7 @@ struct pcpu_md { struct pcpu; -register struct pcpu *pcpup __asm__("r13"); +register struct pcpu * volatile pcpup __asm__("r13"); static __inline __pure2 struct thread * __curthread(void) |
