![]() | |||||||||||||
Messages in this thread |
Hi Andrew, I found the problem that caused s390 to hang on boot. The find_idlest_cpu function triggers a bug in the find bit functions of s390. An address passed to an inline assembly constraint doesn't force the content of the memory pointed to by the address to be up-to-date. In the case of find_idlest_cpu the compiler didn't bother to store to the memory location of the bitfield input for find_first_bit/find_next_bit because only the address of the bitfield has been passed to the inline assembly but not the memory content of the bitfield. Uli explained to me how an arbitrary large piece of memory can be "passed" to an inline assembly. Looks strange but it works. While I'm at it I sent the other accrued patches as well. 1) s390 core changes. 2) network driver fixes, add direct SNMP interface to qeth. 3) zfcp host adapter fix & cleanup. 4) dasd driver fix. Patches apply against BitKeeper. blue skies, Martin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:03 [W:0.164 / U:0.110 seconds] ©2003-2008 Jasper Spaans | |||||||||||||