projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
[linux-2.6]
/
include
/
asm-um
/
rwsem.h
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