Apply lash_patch35 from vodz, which brings several nice size_optimizations.

This commit is contained in:
Eric Andersen
2002-04-06 05:17:57 +00:00
parent 50e4d660ac
commit fcffa2cc1a
6 changed files with 23 additions and 15 deletions

View File

@ -20,5 +20,11 @@ if [ "$CONFIG_INSMOD" = "y" ]; then
bool 'Support image in kernel memory optimization (uClinux only)' CONFIG_FEATURE_INSMOD_LOADINKMEM
fi
if [ "$CONFIG_LSMOD" = "y" ]; then
if [ "$CONFIG_FEATURE_NEW_MODULE_INTERFACE" = "y" ]; then
bool 'Support lsmod query_module interface (add 638 bytes)' CONFIG_FEATURE_QUERY_MODULE_INTERFACE
fi
fi
endmenu

View File

@ -41,7 +41,7 @@
#ifdef CONFIG_FEATURE_NEW_MODULE_INTERFACE
#ifdef CONFIG_FEATURE_QUERY_MODULE_INTERFACE
struct module_info
{