|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and d
To: |
Dan Hecht <dhecht@xxxxxxxxxx> |
Subject: |
[Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. |
From: |
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> |
Date: |
Thu, 15 Feb 2007 23:06:11 -0800 |
Cc: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, virtualization@xxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Wright <chrisw@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxx>, Chris |
Delivery-date: |
Fri, 16 Feb 2007 05:33:22 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<45D54BD5.8010707@xxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<20070216022449.739760547@xxxxxxxx> <20070216022531.570154735@xxxxxxxx> <45D54BD5.8010707@xxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
On Thu, 15 Feb 2007 22:14:45 -0800 Dan Hecht <dhecht@xxxxxxxxxx> wrote:
> > config PREEMPT
> > bool "Preemptible Kernel (Low-Latency Desktop)"
> > + depends on !XEN
> > help
> > This option reduces the latency of the kernel by making
> > all kernel code (that is not executing in a critical section)
> >
Oh, so that's why it doesn't break when CONFIG_PREEMPT=y. In which case
that preempt_disable() I spotted is wrong-and-unneeded.
Why doesn't Xen work with preemption??
> I hate to sound like a broken record, but this really isn't the right
> way to do this. If you are going to inhibit config settings when Xen
> support is compiled, then it should be:
>
> config XEN
> depends on !KEXEC && !DOUBLEFAULT && HZ_100 && !PREEMPT
>
Agree.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., (continued)
- Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Gerd Hoffmann
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Avi Kivity
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Dan Hecht
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Dan Hecht
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Dan Hecht
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Keir Fraser
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options.,
Andrew Morton <=
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Keir Fraser
- Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Zachary Amsden
- Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Keir Fraser
- Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Zachary Amsden
- Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options., Rusty Russell
[Xen-devel] [patch 08/21] Xen-paravirt: Allow paravirt backend to choose kernel PMD sharing, Jeremy Fitzhardinge
[Xen-devel] [patch 18/21] Xen-paravirt: Add Xen grant table support, Jeremy Fitzhardinge
|
|
|
|
|