Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
R index
The Linux kernel configuration item CONFIG_REGPARM has multiple definitions:
arch/i386/KconfigThe configuration item CONFIG_REGPARM:
CONFIG_EXPERIMENTALCompile the kernel with -mregparm=3. This uses an different ABI and passes the first three arguments of a function call in registers. This will probably break binary only modules.
This feature is only enabled for gcc-3.0 and later - earlier compilers generate incorrect output with certain kernel constructs when -mregparm=3 is used.
arch/i386/KconfigThe configuration item CONFIG_REGPARM:
(none)Compile the kernel with -mregparm=3. This instructs gcc to use a more efficient function call ABI which passes the first three arguments of a function call via registers, which results in denser and faster code.
If this option is disabled, then the default ABI of passing arguments via the stack is used.
If unsure, say Y.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.