diff options
author | jchandra <jchandra@FreeBSD.org> | 2010-08-27 07:45:50 +0000 |
---|---|---|
committer | jchandra <jchandra@FreeBSD.org> | 2010-08-27 07:45:50 +0000 |
commit | 7ac9a2c60158411b8b5c252974d2f5deb49646c8 (patch) | |
tree | f463e5f11f6ac99fef647f7075e38dd02e90951a /sys/mips/include/atomic.h | |
parent | 1d456368fdc90227d31d1140d81cf63077496b62 (diff) | |
download | FreeBSD-src-7ac9a2c60158411b8b5c252974d2f5deb49646c8.zip FreeBSD-src-7ac9a2c60158411b8b5c252974d2f5deb49646c8.tar.gz |
Whitespace fixes in mips/include, remove unused 'struct tlb' from locore.h
PR: misc/147471
Diffstat (limited to 'sys/mips/include/atomic.h')
-rw-r--r-- | sys/mips/include/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/atomic.h b/sys/mips/include/atomic.h index 4b87738..7b4a82c 100644 --- a/sys/mips/include/atomic.h +++ b/sys/mips/include/atomic.h @@ -48,7 +48,7 @@ static __inline void mips_sync(void) { - __asm __volatile (".set noreorder\n\t" + __asm __volatile (".set noreorder\n\t" "sync\n\t" "nop\n\t" "nop\n\t" |