diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index 117b3cefc0..1476c50bd6 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -634,6 +634,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 */