Improve kconfig symbol hashing
[firefly-linux-kernel-4.4.55.git] / scripts / kconfig / zconf.y
index 361b54318c8d475ada4ac2466104c9311271cf15..258f16608ec0d58a8ffda10b34d79d33616c9b70 100644 (file)
@@ -27,7 +27,7 @@ static void zconf_error(const char *err, ...);
 static void zconferror(const char *err);
 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
 
-struct symbol *symbol_hash[257];
+struct symbol *symbol_hash[SYMBOL_HASHSIZE];
 
 static struct menu *current_menu, *current_entry;