Re: [PATCH] Add noinline attribute

From: Andi Kleen
Date: Sun Jan 18 2004 - 15:58:23 EST


On Sun, Jan 18, 2004 at 12:47:00PM -0800, Richard Henderson wrote:
> On Fri, Jan 16, 2004 at 11:13:45AM +0100, Andi Kleen wrote:
> > Ok, here is a new patch that does the whole thing in generic code and for
> > modules too. I didn't bother to change the sort algorithm because the
> > existing one works well enough.
>
> One, you've still got the function marked __init.

Already fixed.

>
> Two, the format of struct exception_table_entry is arch specific.
> That comparison won't work on Alpha, because "insn" is encoded
> pc-relative.

Hmpf. Would an extable_compare() function in an asm-*/ file work ?

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/