Adjusted the symbol size since on non-32bit architectures a long may

be longer than 4 bytes
This commit is contained in:
Joey Schulze 2004-04-29 10:11:03 +00:00
parent e5a3bfae19
commit d7a30653a9

View File

@ -30,7 +30,7 @@
#include <asm/atomic.h>
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
#define MODULE_NAME_LEN 60
struct kernel_sym
{