]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Restore previous behavior for AMD64, changed incorrectly in the previous
authorRuss Allbery <rra@debian.org>
Wed, 8 Mar 2006 20:01:31 +0000 (20:01 +0000)
committerRuss Allbery <rra@debian.org>
Wed, 8 Mar 2006 20:01:31 +0000 (20:01 +0000)
SPARC64 fix.

src/afs/LINUX/osi_module.c

index 379cf06fee5d715df5e5be63e06eeeb2cc26d483..e085412fe0a935f311de33a0a1fb7ae2282023cd 100644 (file)
@@ -290,6 +290,8 @@ afs_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
 #ifdef AFS_LINUX26_ENV 
 #ifdef AFS_S390X_LINUX26_ENV
     if (test_thread_flag(TIF_31BIT))
+#elif AFS_AMD64_LINUX20_ENV
+    if (test_thread_flag(TIF_IA32))
 #else
     if (test_thread_flag(TIF_32BIT))
 #endif /* AFS_S390X_LINUX26_ENV */