From: Thomas Gleixner <tglx@linutronix.de>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
x86@kernel.org
Subject: Re: Ask help about pre_init_apic_IRQ0()
Date: Thu, 11 Sep 2014 23:59:25 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.10.1409112354501.4178@nanos> (raw)
In-Reply-To: <1410448503.7023.27.camel@linux.intel.com>
On Thu, 11 Sep 2014, Andy Shevchenko wrote:
> On Thu, 2014-09-11 at 16:35 +0200, Thomas Gleixner wrote:
> > On Thu, 11 Sep 2014, Andy Shevchenko wrote:
> > > On Thu, 2014-09-11 at 14:58 +0200, Thomas Gleixner wrote:
> > > []
> > >
> > > > According to the MID code the apbt horror is only used for moorestown.
> > > > Medfield and later use the local apic timer without the apbt nonsense.
> > > >
> > > > The best thing we can do is to drop moorestown support and get rid of
> > > > that apbt nonsense alltogether.
> > >
> > > Alan Cox removed Moorestown (as a platform) support in 2012 IIRC.
> > > So, AFAIK you may safely remove those leftovers.
> >
> > Good.
> >
> > > > I don't think anyone deeply cares about it not being supported from
> > > > 3.18 on. The number of devices which sport a moorestown should be
> > > > pretty limited and the only relevant use case of those is to act as a
> > > > pocket heater with short battery life time. Its pretty pointless to
> > > > update kernels on pocket heaters except for bragging reasons.
> > > >
> > > > If someone at Intel really thinks that we need to keep moorestown
> > > > alive for other than documentary and sentimental reasons, then we can
> > > > move the apbt setup to x86_init.timers.setup_percpu_clockev(). At that
> > > > point the IOAPIC is setup already, so it should just work. Untested
> > > > patch below.
> > >
> > > Suddenly I have one priority work to do and my Medfield tablet doesn't
> > > boot by some reason. I would try to test it as soon as I can.
> >
> > The patch wont make a difference, except you add
>
> With patch nothing happened indeed.
>
>
> > x86_intel_mid_timer=apbt_only
>
> [ 0.116839] BUG: unable to handle kernel NULL pointer dereference at
> 0000003a
> [ 0.123803] IP: [<c1071c0e>] setup_irq+0xf/0x4d
> ...
>
> > or
> > x86_intel_mid_timer=lapic_and_apbt
>
> [ 0.116858] BUG: unable to handle kernel NULL pointer dereference at
> 0000003a
> [ 0.123820] IP: [<c1071c0e>] setup_irq+0xf/0x4d
> ...
>
> >
> > on the kernel commandline. But even w/o that patch I doubt that
> > anything post moorestown even has that apbt trainwreck implemented. If
> > I'm right then the commandline option will prevent the thing to boot
> > at all, which is an even better reason to remove that crap
> > alltogether.
>
> See above.
That was with the patch applied, right? What happens if you undo the
patch and add the command line options?
Thanks,
tglx
next prev parent reply other threads:[~2014-09-11 21:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 8:44 Jiang Liu
2014-09-11 8:53 ` Mika Westerberg
2014-09-11 9:08 ` Andy Shevchenko
2014-09-11 23:17 ` David Cohen
2014-09-11 12:58 ` Thomas Gleixner
2014-09-11 14:03 ` Andy Shevchenko
2014-09-11 14:35 ` Thomas Gleixner
2014-09-11 15:15 ` Andy Shevchenko
2014-09-11 21:59 ` Thomas Gleixner [this message]
2014-09-12 8:19 ` Andy Shevchenko
2014-09-12 8:26 ` Thomas Gleixner
2014-09-12 9:25 ` Andy Shevchenko
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=alpine.DEB.2.10.1409112354501.4178@nanos \
--to=tglx@linutronix.de \
--cc=andriy.shevchenko@linux.intel.com \
--cc=jiang.liu@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=x86@kernel.org \
/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
Powered by JetHome