Messages in this thread |  | | | From | Andi Kleen <> | | Subject | Re: print_vma_addr possible deadlock (was Re: Jeste jeden bug) | | Date | Wed, 13 Feb 2008 23:09:43 +0100 |
| |
On Wednesday 13 February 2008 20:35:38 Ingo Molnar wrote:
> + /* > + * Do not print if we are in atomic > + * contexts (in exception stacks, etc.): > + */ > + if (preempt_count()) > + return;
It should print the address even in this case; just not resolve the VMA name.
-Andi
|  |