]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/s390/block/dasd_eckd.c
[PATCH] s390: cleanup Kconfig
[net-next-2.6.git] / drivers / s390 / block / dasd_eckd.c
index efc4cf62496e1c61c9bf779bdc878ce75f6135af..96eb48258580f5a0b2b3d5a90cbd7e43a0c203ee 100644 (file)
@@ -1041,7 +1041,7 @@ dasd_eckd_build_cp(struct dasd_device * device, struct request *req)
                                /* Eckd can only do full blocks. */
                                return ERR_PTR(-EINVAL);
                        count += bv->bv_len >> (device->s2b_shift + 9);
-#if defined(CONFIG_ARCH_S390X)
+#if defined(CONFIG_64BIT)
                        if (idal_is_needed (page_address(bv->bv_page),
                                            bv->bv_len))
                                cidaw += bv->bv_len >> (device->s2b_shift + 9);