On Mon, 11 Dec 2000, Luke Shulenburger wrote: > hello, > I need to turn of kernel logging of unaligned traps for a while, how do > I do this? You can comment out the appropriate printk lines in the kernel source (arch/alpha/kernel/traps.c). I believe that there's another way, but I can't remember it right now (I like to see them for debugging reasons, so I never had the need to turn them off :-) C