[NET]: Slightly optimize ethernet address comparison.
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2005 23:03:05 +0000 (16:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2005 23:03:05 +0000 (16:03 -0700)
We know the thing is at least 2-byte aligned, so take
advantage of that instead of invoking memcmp() which
results in truly horrifically inefficient code because
it can't assume anything about alignment.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found