Hi,
Isaku Yamahata wrote
On Tue, Apr 21, 2009 at 11:43:59AM +0900, Akio Takebe wrote:
I think we should not call tasklet_schedule() before softirq_init() at
least on x86.
So how about the attached patch?
I don't get why. Could you please elaborate?
Please ignore this.
I thought the early bo
On Tue, Apr 21, 2009 at 11:43:59AM +0900, Akio Takebe wrote:
> I think we should not call tasklet_schedule() before softirq_init() at
> least on x86.
> So how about the attached patch?
I don't get why. Could you please elaborate?
--
yamahata
___
Xen-i
Hi, Isaku
Isaku Yamahata wrote:
> On Tue, Apr 21, 2009 at 11:49:55AM +0900, Isaku Yamahata wrote:
>> On Tue, Apr 21, 2009 at 11:19:06AM +0900, Isaku Yamahata wrote:
>>> On Tue, Apr 21, 2009 at 10:27:02AM +0900, Akio Takebe wrote:
Hi,
The following changeset broke booting xen-ia64 on
On Tue, Apr 21, 2009 at 11:49:55AM +0900, Isaku Yamahata wrote:
> On Tue, Apr 21, 2009 at 11:19:06AM +0900, Isaku Yamahata wrote:
> > On Tue, Apr 21, 2009 at 10:27:02AM +0900, Akio Takebe wrote:
> > > Hi,
> > >
> > > The following changeset broke booting xen-ia64 on some kinds of ia64
> > > boxes
On Tue, Apr 21, 2009 at 11:19:06AM +0900, Isaku Yamahata wrote:
> On Tue, Apr 21, 2009 at 10:27:02AM +0900, Akio Takebe wrote:
> > Hi,
> >
> > The following changeset broke booting xen-ia64 on some kinds of ia64 boxes.
> > http://xenbits.xensource.com/ext/ia64/xen-unstable.hg/rev/3fd8f9b34941
> >
Hi,
Thank you for comments.
Isaku Yamahata wrote:
On Tue, Apr 21, 2009 at 10:27:02AM +0900, Akio Takebe wrote:
Hi,
The following changeset broke booting xen-ia64 on some kinds of ia64 boxes.
http://xenbits.xensource.com/ext/ia64/xen-unstable.hg/rev/3fd8f9b34941
The tasklet_schedule call raise
On Tue, Apr 21, 2009 at 10:27:02AM +0900, Akio Takebe wrote:
> Hi,
>
> The following changeset broke booting xen-ia64 on some kinds of ia64 boxes.
> http://xenbits.xensource.com/ext/ia64/xen-unstable.hg/rev/3fd8f9b34941
>
> The tasklet_schedule call raise_softirq().
> Because raise_softirq() use
Hi,
The following changeset broke booting xen-ia64 on some kinds of ia64 boxes.
http://xenbits.xensource.com/ext/ia64/xen-unstable.hg/rev/3fd8f9b34941
The tasklet_schedule call raise_softirq().
Because raise_softirq() use per_cpu, if we access per_cpu before cpu_init()
the behavior would be unexp