On Sat, 9 Jun 2001, Herbert Xu wrote: > You can't compile the kernel without optimisations...
Uh, yes you can. I don't mean recompile the entire kernel, though (many things will complain if you try to, but those parts are demarked with preprocessor macros to do the complaining). What I meant was try to recompile that particular driver without. I also don't really want to know if the recompiled object files work, necessarily, but want to compare the assembly generated.... C

