repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] x86: Add the check for all the cores in a package in cache information
[linux-2.6/next.git]
/
include
/
asm-um
/
rwsem.h
blob
661c0e54702bee0a74eeec958e02ba9ed8337066
1
#ifndef __UM_RWSEM_H__
2
#define __UM_RWSEM_H__
3
4
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
5
#define __builtin_expect(exp,c) (exp)
6
#endif
7
8
#include
"asm/arch/rwsem.h"
9
10
#endif