repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git]
/
tools
/
arch
/
sparc
/
include
/
asm
/
barrier.h
blob
8c017b3b13911a25c170f814a061e622191ccdcd
1
#ifndef ___TOOLS_LINUX_ASM_SPARC_BARRIER_H
2
#define ___TOOLS_LINUX_ASM_SPARC_BARRIER_H
3
#if defined(__sparc__) && defined(__arch64__)
4
#include
"barrier_64.h"
5
#else
6
#include
"barrier_32.h"
7
#endif
8
#endif