commit | 205a7edad99d68d57dfcbf9bdda1a6fb7c33169e | [log] [tgz] |
---|---|---|
author | Tom 'spot' Callaway <tcallawa@redhat.com> | Sun Apr 24 20:46:00 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 24 20:46:00 2005 -0700 |
tree | 168822672277e2bc077a907a9c2b7846bd5870c5 | |
parent | 962bd5604bf8a4d31d9204e7daf260ea93084bc0 [diff] |
[SPARC]: Fix mxcc warning Peter Jones uncovered this one while we were debugging the framebuffer issues. There are some references to -1 in the mxcc asm code, which should be 0xffffffff. This patch gets rid of the -1s. Signed-off-by: Tom 'spot' Callaway <tcallawa@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>