Re: 2.6.24-rc1-gb4f5550 oops

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Grant Wilson
Date: Thursday, November 8, 2007 - 3:19 pm

On Thu, 8 Nov 2007 22:42:21 +0100
"Rafael J. Wysocki" <rjw@sisk.pl> wrote:


Here's the requested output:

(gdb) l *check_preempt_wakeup+0x6e
0xffffffff802329ae is in check_preempt_wakeup (kernel/sched_fair.c:668).
663
664     /* Do the two (enqueued) entities belong to the same group ? */
665     static inline int
666     is_same_group(struct sched_entity *se, struct sched_entity *pse)
667     {
668             if (se->cfs_rq == pse->cfs_rq)
669                     return 1;
670
671             return 0;
672     }

Grant
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.24-rc1-gb4f5550 oops, Rafael J. Wysocki, (Thu Nov 8, 8:53 am)
Re: 2.6.24-rc1-gb4f5550 oops, Grant Wilson, (Thu Nov 8, 10:22 am)
Re: 2.6.24-rc1-gb4f5550 oops, Rafael J. Wysocki, (Thu Nov 8, 2:42 pm)
Re: 2.6.24-rc1-gb4f5550 oops, Grant Wilson, (Thu Nov 8, 3:19 pm)
Re: 2.6.24-rc1-gb4f5550 oops, Rafael J. Wysocki, (Thu Nov 8, 3:49 pm)
Re: 2.6.24-rc1-gb4f5550 oops, Peter Zijlstra, (Mon Nov 12, 11:05 am)
Re: 2.6.24-rc1-gb4f5550 oops, Grant Wilson, (Mon Nov 12, 11:28 am)