Russell King <[EMAIL PROTECTED]> wrote: > Therefore, re-using "log2()" is about as bad as re-using the "strcmp()" > name to implement a function which copies strings.
I should probably use ilog2() then which would at least be consistent with the powerpc arch. > t.c:2: warning: conflicting types for built-in function 'log2' Which, of course, I didn't see because I didn't define it as a function, merely as a macro. David - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
