On 8/16/05, Andi Kleen <[EMAIL PROTECTED]> wrote: > And for an inline __attribute__((const)) is a nop because the compiler > always looks at the code inside the inline and decides based > on that if the return value is constant or not.
Not if the function contains an "asm", which is what used to be there. It later got changed to reading a global, so I agree that the __attribute_const__ is no longer necessary. --david -- Mosberger Consulting LLC, voice/fax: 510-744-9372, http://www.mosberger-consulting.com/ 35706 Runckel Lane, Fremont, CA 94536 - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
