You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/include/asm-um/rwsem.h

10 lines
188 B

#ifndef __UM_RWSEM_H__
#define __UM_RWSEM_H__
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
#define __builtin_expect(exp,c) (exp)
#endif
#include "asm/arch/rwsem.h"
#endif