linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>, linux-acpi@vger.kernel.org
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for October 25 (acpi/apei-related)
Date: Mon, 25 Oct 2010 16:51:45 -0700	[thread overview]
Message-ID: <20101025165145.1b48cd69.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20101025145834.9b68e026.sfr@canb.auug.org.au>

On Mon, 25 Oct 2010 14:58:34 +1100 Stephen Rothwell wrote:

> Hi all,

drivers/built-in.o: In function `herr_record_init':
(.text+0x85149): undefined reference to `trace_clock_local'
drivers/built-in.o: In function `herr_record_alloc':
(.text+0x851ab): undefined reference to `trace_clock_local'
drivers/built-in.o: In function `herr_record_alloc':
(.text+0x8521c): undefined reference to `trace_clock_local'


config ACPI_APEI
	bool "ACPI Platform Error Interface (APEI)"
	depends on X86
	select HERR_DEV_CORE

but kernel/trace/trace_clock is not built unless one of these symbols
is enabled:

obj-$(CONFIG_FUNCTION_TRACER) += trace/
obj-$(CONFIG_TRACING) += trace/
obj-$(CONFIG_X86_DS) += trace/
obj-$(CONFIG_RING_BUFFER) += trace/

and in this case, none of these is enabled.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

  parent reply	other threads:[~2010-10-25 23:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-25  3:58 linux-next: Tree for October 25 Stephen Rothwell
2010-10-25  3:59 ` Stephen Rothwell
2010-10-25 23:25 ` [PATCH -next] pch_can: depends on PCI Randy Dunlap
2010-10-25 23:47   ` David Miller
2010-10-25 23:33 ` linux-next: Tree for October 25 (coda) Randy Dunlap
2010-10-25 23:52   ` Stephen Rothwell
2010-10-25 23:51 ` Randy Dunlap [this message]
2010-10-25 23:54 ` linux-next: Tree for October 25 (netfilter/xt_socket) Randy Dunlap
2010-10-26  5:02   ` David Miller
2010-10-25 23:55 ` linux-next: Tree for October 25 (netfilter/nf_conntrack_reasm) Randy Dunlap
2010-10-26  5:03   ` David Miller
2010-10-26 16:09     ` David Miller
2010-10-25 23:57 ` linux-next: Tree for October 25 (acpi_video) Randy Dunlap
2010-10-25 23:59 ` linux-next: Tree for October 25 (nouveau_pm) Randy Dunlap

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=20101025165145.1b48cd69.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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).