The kernel .config file should have these lines
CONFIG_4KSTACKS = n CONFIG_REGPARM = n
When I add these to my config, "make" complains:
.config:8: trying to assign nonexistent symbol 4KSTACKS
Is this significant?
The kernel .config file should have these lines
CONFIG_4KSTACKS = n CONFIG_REGPARM = n
When I add these to my config, "make" complains:
.config:8: trying to assign nonexistent symbol 4KSTACKS
Is this significant?