On Tue, 27 Nov 2007 22:46:16 -0500 "Jon Smirl" <[EMAIL PROTECTED]> wrote: > > Is this right or should it be the same everywhere? > > asm-powerpc/prom.h:#define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) > asm-sparc/prom.h:#define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), > (l)) > asm-sparc64/prom.h:#define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), > (l))
The only reason these exist is because the sparc and powerpc versions needed to be different when I was consolidating the of routines. One of the things we have to work on is finding the platforms/drivers where this matters and fix them. So, for now, these need to be there. -- Cheers, Stephen Rothwell [EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/
pgpZd97RhCygL.pgp
Description: PGP signature
_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev