[SPARC64]: Fix gcc-3.3.x warnings.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 14 Feb 2006 09:32:29 +0000 (01:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:12:53 +0000 (01:12 -0800)
It doesn't like const variables being passed into
"i" constraing asm operations.  It's a bug, but
there is nothing we can really do but work around
it.

Based upon a report from Andrew Morton.

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

No differences found