public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Kalle Valo <kalle.valo@iki.fi>,
	"stanley.miao" <stanley.miao@windriver.com>,
	"Gadiyar, Anand" <gadiyar@ti.com>,
	Tony Lindgren <tony@atomide.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	Imre Deak <imre.deak@nokia.com>,
	Tomi Valkeinen <tomi.valkeinen@nokia.com>,
	jon-hunter@ti.com
Subject: Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)
Date: Mon, 18 May 2009 10:13:55 -0700	[thread overview]
Message-ID: <87zlda72r0.fsf@deeprootsystems.com> (raw)
In-Reply-To: <20090518160957.GD7042@n2100.arm.linux.org.uk> (Russell King's message of "Mon\, 18 May 2009 17\:09\:57 +0100")

Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> On Mon, May 18, 2009 at 06:54:56PM +0300, Kalle Valo wrote:
>> Russell King - ARM Linux <linux@arm.linux.org.uk> writes:
>> 
>> > On Fri, May 08, 2009 at 07:47:09PM +0300, Kalle Valo wrote:
>> >> "stanley.miao" <stanley.miao@windriver.com> writes:
>> >> 
>> >> >> Looks like you used the CodeSourcery 2007q3 toolchain. This had been
>> >> >> reported earlier. Switching to 2008q3 works.
>> >> >
>> >> > Yeah, Now the kernel booted. it's compiler's problem.
>> >> 
>> >> I was bitten by the same problem few weeks ago. Any chance of getting a
>> >> warning/error if using 2007q3 compiler until the problem is fixed?
>> >
>> > Is there any way of detecting the 2007q3 compiler?
>> >
>> > With normal GCC versions, you can use __GNUC__, __GNUC_MINOR__ and
>> > __GNUC_PATCHLEVEL__ to identify the three digit version number.
>> 
>> I don't know, most probably not. But Jon Hunter investigated the issue
>> and he found the issue was related to CONFIG_ARCH_WANT_FRAME_POINTERS:
>> 
>> http://www.mail-archive.com/linux-omap@vger.kernel.org/msg12403.html
>> 
>> So maybe we can fix or workaround this.
>
> Why does this change anything?  FRAME_POINTERS seems to be enabled
> anyway (and should be given the Kconfig setup we have.)

See the 'depends on' line in lib/Kconfig.debug.  The result is that
without the patch from Jon, even if you have CONFIG_FRAME_POINTERS=y
in your .config, it gets dropped if the arch doesn't set
CONFIG_ARCH_WANT_FRAME_POINTERS.

Kevin

  reply	other threads:[~2009-05-18 17:13 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 22:07 LDP support Russell King - ARM Linux
2009-04-28 22:42 ` Tony Lindgren
2009-04-30 17:28   ` Koen Kooi
2009-05-05 19:52   ` Russell King - ARM Linux
2009-05-06  4:00     ` Tony Lindgren
2009-05-06 22:49       ` [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support) Tony Lindgren
2009-05-07 15:01         ` stanley.miao
2009-05-07 16:19           ` Russell King - ARM Linux
2009-05-07 16:28             ` Tony Lindgren
2009-05-07 16:34               ` Russell King - ARM Linux
2009-05-07 16:37                 ` Russell King - ARM Linux
2009-05-07 16:41                   ` Tony Lindgren
2009-05-07 16:56               ` Koen Kooi
2009-05-07 17:18                 ` Tony Lindgren
2009-05-07 18:45                   ` Koen Kooi
2009-05-08  3:26             ` stanley.miao
2009-05-08  3:27               ` Gadiyar, Anand
2009-05-08  9:18                 ` stanley.miao
2009-05-08 15:22                   ` Tony Lindgren
2009-05-08 16:47                   ` Kalle Valo
2009-05-16  8:19                     ` Russell King - ARM Linux
2009-05-18 15:54                       ` Kalle Valo
2009-05-18 16:09                         ` Russell King - ARM Linux
2009-05-18 17:13                           ` Kevin Hilman [this message]
2009-05-18 18:59                             ` Russell King - ARM Linux
2009-05-19 20:54                               ` Jon Hunter
2009-05-07 21:42           ` Tony Lindgren
2009-05-14  9:07       ` LDP support Imre Deak
2009-05-14 17:33         ` Tony Lindgren
2009-05-31 21:24   ` Russell King - ARM Linux
2009-06-01  0:24     ` Woodruff, Richard
2009-06-01  7:45       ` Russell King - ARM Linux
2009-06-01 15:18         ` Woodruff, Richard
2009-06-01 15:26         ` Woodruff, Richard
2009-06-01  4:51     ` Felipe Balbi
2009-06-01 16:00     ` Tony Lindgren
2009-06-01 16:16       ` Russell King - ARM Linux
2009-06-03 21:39       ` Imre Deak
2009-06-03 22:33         ` Russell King - ARM Linux
2009-06-03 23:41           ` Tony Lindgren
2009-06-04 14:58             ` Imre Deak
2009-06-04 15:25               ` Tony Lindgren

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=87zlda72r0.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=gadiyar@ti.com \
    --cc=imre.deak@nokia.com \
    --cc=jon-hunter@ti.com \
    --cc=kalle.valo@iki.fi \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=stanley.miao@windriver.com \
    --cc=tomi.valkeinen@nokia.com \
    --cc=tony@atomide.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