From: Russ Allbery Date: Wed, 8 Mar 2006 20:01:31 +0000 (+0000) Subject: Restore previous behavior for AMD64, changed incorrectly in the previous X-Git-Tag: debian/1.4.0-4~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=996bb16cd71bc343db31bace9567d88677910a1e;p=packages%2Fo%2Fopenafs.git Restore previous behavior for AMD64, changed incorrectly in the previous SPARC64 fix. --- diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index 379cf06fe..e085412fe 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -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 */