On Wed, 13 Oct 1999, Alessandro Sangiuliano wrote:
> 2
> Compiling new kernel 2.3.21
> The first thing is that : make mrproper reports that asm is a directory.
> (error1) 
> Ok, I have removed the asm dir and created a new symlink to asm.i386 
> Everything works but at the end ( creating vmlinuz) :
> 
> kernel.o(.data+0x148c): undefined reference to sysrq_enabled
> char.o in function : handle_scancode
> char.o text.(+0x6094): undefined reference to sysrq_enabled


Add "int sysrq_enabled=1;" near the top of drivers/char/sysrq.c

        Jeff




Reply via email to