Re: New resources - pls, explain :-(

Linus Torvalds (torvalds@transmeta.com)
18 Aug 1999 00:42:59 GMT


In article <19990815220645.B4580@twiddle.net>,
Richard Henderson <rth@twiddle.net> wrote:
>On Fri, Aug 13, 1999 at 10:48:56AM -0700, Linus Torvalds wrote:
>> - writel() - strict ordering
>> - __writel() - only to be used for people who REALLY know that they don't
>> care about ordering.
>
>For the record, I much prefer writel_fast over __writel.

I've renamed it __raw_writel().

I do _not_ want people to think that it's "faster". It usually is, but
sometimes the speed difference simply does not exist (on PC's, for
example), and we don't want to have people using it just because of a
cool name. That's why the name needs to be obscure and slightly
intimidating.

So it's now __raw_writel(), and currently only the alpha actually does
it, because rth sent me patches that I then butchered.

I'll make a pre-14-2 with this all,

Linus

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