Adjusted the symbol size since on non-32bit architectures a long may
be longer than 4 bytes
This commit is contained in:
parent
e5a3bfae19
commit
d7a30653a9
2
module.h
2
module.h
@ -30,7 +30,7 @@
|
||||
|
||||
#include <asm/atomic.h>
|
||||
|
||||
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
|
||||
#define MODULE_NAME_LEN 60
|
||||
|
||||
struct kernel_sym
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user