summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:25:37 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:37:42 -0400
commit856db05b58b71c5ff22af727aba435a8c356abfa (patch)
tree11901335f246f57a87b87a3ac13a0b59883464fb /fb
parentab6557fcd4bb4fd580bb1727dc8764f7dfb2cb30 (diff)
Unifdef sgi.
Diffstat (limited to 'fb')
-rw-r--r--fb/fb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 9d514b4ab..2bb88e3f3 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -139,8 +139,7 @@ typedef unsigned __int64 FbBits;
defined(__sparc64__) || defined(_LP64) || \
defined(__s390x__) || \
defined(amd64) || defined (__amd64__) \
- defined (__powerpc64__) || \
- (defined(sgi) && (_MIPS_SZLONG == 64))
+ defined (__powerpc64__)
typedef unsigned long FbBits;
# else
typedef unsigned long long FbBits;