Re: [PATCH -rt] temporary WARN_ON removal
From: Daniel Walker <hidden>
Date: 2007-07-30 18:12:22
Also in:
lkml
From: Daniel Walker <hidden>
Date: 2007-07-30 18:12:22
Also in:
lkml
On Mon, 2007-07-23 at 21:55 +0200, Ingo Molnar wrote:
* Daniel Walker [off-list ref] wrote:quoted
These two WARN_ON calls send my system into a boot hang. They trigger over and over , some examples below.hm, could you try to figure out why they trigger on your box and not on anyone else's box? By disabling them we might be papering over a potential problem.
This patch can be ignored .. I must have mistakenly though I had the series fully applied .. Turned out to be a bisect issue .. The WARN_ONs are added before the SYSTEM_BOOTING_SCHEDULER_OK changes.. So naturally you get these warnings .. The change in my tree resolved this .. Daniel