Add support for __percpu and __weak macros in the LinuxKPI.
MFC after: 1 week Submitted by: Johannes Lundberg <johalun0@gmail.com> Sponsored by: Mellanox Technologies
This commit is contained in:
parent
70e7963813
commit
233c5a4e69
@ -56,6 +56,8 @@
|
||||
#define __devexit
|
||||
#define __exit
|
||||
#define __rcu
|
||||
#define __percpu
|
||||
#define __weak __weak_symbol
|
||||
#define __malloc
|
||||
#define ___stringify(...) #__VA_ARGS__
|
||||
#define __stringify(...) ___stringify(__VA_ARGS__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user