lkml.org 
[lkml]   [2004]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 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/

\
 
 \ /
  Last update: 2005-03-22 14:03    [from the cache]
©2003-2011 Jasper Spaans