summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
authornakayama <nakayama@NetBSD.org>2014-12-25 14:02:03 +0000
committernakayama <nakayama@NetBSD.org>2014-12-25 14:02:03 +0000
commitdcfe48c1909211e35b28bc61824dfd9ef5f3a34a (patch)
treed1aa7214ad0240898d1715fce93e273c4ef632b0 /sys/dev/ic/com.c
parent1d31a635e1f8248dcdfdbd75c546554420d04d5d (diff)
Put "memory" to asm inline for reading privilege registers on sun4v
to avoid issuing rdpr %ver before checking cputyp as a result of code moving by compiler optimization.
Diffstat (limited to 'sys/dev/ic/com.c')
0 files changed, 0 insertions, 0 deletions
5ab8ba4'>nuke trailing whitespaceperry 2004-06-02fix const'ificication, gcc-3.4 will notice itdrochner 2004-01-04As noted by Thierry Deval in a posting to misc/at/openbsd.org,oster 2003-12-29[Having received a definite lack of strenuous objection, a small amountoster 2003-08-12Let boot code include raidframe.h to get RF_PROTECTED_SECTORS.dsl 2003-02-01Only use MALLOC_DECLARE() in kernel namespace.tron 2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej