patch-2.1.123 linux/drivers/block/genhd.c

Next file: linux/drivers/char/Config.in
Previous file: linux/arch/i386/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.122/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -426,8 +426,7 @@
 				   && (q->sector & 63) == 1
 				   && (q->end_sector & 63) == 63) {
 					unsigned int heads = q->end_head + 1;
-					if (heads == 15 || heads == 16 ||
-					    heads == 32 || heads == 64 ||
+					if (heads == 32 || heads == 64 ||
 					    heads == 128 || heads == 240 ||
 					    heads == 255) {
 						(void) ide_xlate_1024(dev, heads, " [PTBL]");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov