Messages in this thread |  | | | Date | Sat, 22 May 2004 14:27:00 +0400 | | From | Oleg Nesterov <> | | Subject | Re: 2.6.6-mm5 |
| |
Hello.
Andrew Morton wrote: > > +ia32-fault-deadlock-fix.patch > > + if ((error_code & 4) == 0 && !check_exception(regs)) > + goto bad_area_nosemaphore;
I just can't understand, why check_exception() was introduced. if ((error_code & 4) == 0 && !search_exception_tables(regs->eip)) has the same effect? Oleg. - 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/
|  |