mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
7353335d1c
commit
2060ca654e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue