Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > I recall David Howells had a similar issue with the bootparamter patch set. > The workaround he used was to add a barrier(); call in the weak function > to avoid the inline. Yes I did. Rusty's solution was just to move the default weak functions into different files. Attempting to use the noinline attribute does not work. Of course, you could just stick the functions into lib/ in separate .c files and dispense with the weak attribute altogether. David -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html