linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lin Ming <ming.m.lin@intel.com>
To: francois.valenduc@tvcablenet.be
Cc: astarikovskiy@suse.de, fengguang.wu@intel.com, dfeng@redhat.com,
	"Moore, Robert" <robert.moore@intel.com>,
	rui.zhang@intel.com, linux-acpi@vger.kernel.org
Subject: Re: Bug 16210 -  BUG: scheduling while atomic: swapper/0/0x10000002 when ACPI is initialised
Date: Thu, 01 Jul 2010 16:45:57 +0800	[thread overview]
Message-ID: <1277973957.4144.14.camel@minggr.sh.intel.com> (raw)
In-Reply-To: <1277973846.4144.11.camel@minggr.sh.intel.com>

(CC linux-acpi list)

On Thu, 2010-07-01 at 16:44 +0800, Lin Ming wrote:
> Hi,
> 
> Alexy, Fengguang, Xiaotian,
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=16210
> 
> This bug is about the ACPICA preemption point, would you guys please
> have a look at it?
> 
> /* Used within ACPICA to show where it is safe to preempt execution */
> #include <linux/hardirq.h>
> #define ACPI_PREEMPTION_POINT() \
>         do { \
>                 if (!in_atomic_preempt_off() && !irqs_disabled()) \
>                         cond_resched(); \
>         } while (0)
> 
> Thanks,
> Lin Ming


           reply	other threads:[~2010-07-01  8:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1277973846.4144.11.camel@minggr.sh.intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277973957.4144.14.camel@minggr.sh.intel.com \
    --to=ming.m.lin@intel.com \
    --cc=astarikovskiy@suse.de \
    --cc=dfeng@redhat.com \
    --cc=fengguang.wu@intel.com \
    --cc=francois.valenduc@tvcablenet.be \
    --cc=linux-acpi@vger.kernel.org \
    --cc=robert.moore@intel.com \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).