arch-specific diff of header

Change-Id: I78e2186dc7e491095201efc2c709f26e8822a076
This commit is contained in:
Andrew Hsieh
2013-09-06 16:25:41 +08:00
parent 19c6555d9d
commit d9124876f0
14 changed files with 994 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __ASM_PROC_LOCKS_H
#define __ASM_PROC_LOCKS_H
#define RW_LOCK_BIAS 0x01000000
#define RW_LOCK_BIAS_STR "0x01000000"
#endif