diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-05-14 14:40:24 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-05-14 14:40:24 +0000 |
| commit | 7fb64531d3ffe6bacf76b8edd256e131d8280fc5 (patch) | |
| tree | 854c5b5c0a9eecfc3cd6f4d82b4bfb6d6619721f /sys/ia64/include | |
| parent | dc03be9d676e0d8d8df6831005f5738675936e4b (diff) | |
Notes
Diffstat (limited to 'sys/ia64/include')
| -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) |
