]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/
authorJeff Garzik <jeff@garzik.org>
Sat, 3 Mar 2007 01:21:56 +0000 (20:21 -0500)
committerJeff Garzik <jeff@garzik.org>
Sat, 3 Mar 2007 01:21:56 +0000 (20:21 -0500)
Noticed by Doug Nazar (via David Miller).

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/tulip/de2104x.c
drivers/net/tulip/tulip_core.c

index 9d67f11422ec5ed8317eb477eb3d1f524b034528..dacea4fd3337922a72bb31eaa5e390a8f23a98df 100644 (file)
@@ -63,7 +63,7 @@ MODULE_PARM_DESC (debug, "de2104x bitmapped message enable number");
 
 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */
 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \
-        || defined(__sparc_) || defined(__ia64__) \
+        || defined(__sparc__) || defined(__ia64__) \
         || defined(__sh__) || defined(__mips__)
 static int rx_copybreak = 1518;
 #else
index 5a35354aa523fb6dee18a02ea80b0ef558334f9b..e3774a5223723f8835d40d79146bd78be3a1972e 100644 (file)
@@ -67,7 +67,7 @@ const char * const medianame[32] = {
 
 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */
 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \
-       || defined(__sparc_) || defined(__ia64__) \
+       || defined(__sparc__) || defined(__ia64__) \
        || defined(__sh__) || defined(__mips__)
 static int rx_copybreak = 1518;
 #else