linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Pekka J Enberg <penberg@cs.helsinki.fi>
To: Andrew Morton <akpm@google.com>
Cc: linux-mm@kvack.org, Christoph Lameter <christoph@lameter.com>
Subject: Re: mm section mismatches
Date: Sun, 8 Oct 2006 10:33:45 +0300 (EEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0610081030100.2562@sbz-30.cs.Helsinki.FI> (raw)
In-Reply-To: <20061006184930.855d0f0b.akpm@google.com>

Hola Senor Morton,

On Fri, 6 Oct 2006, Andrew Morton wrote:
> i386 allmoconfig, -mm tree:
> 
> WARNING: vmlinux - Section mismatch: reference to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset 0xc016ba8e) and 'kmem_flagcheck'
> 
> any takers?

setup_cpu_cache is a non-init function that calls set_up_list3s which is 
init.  However, due to g_cpucache_up, we will never hit the branch in 
setup_cpu_cache that calls set_up_list3s.

No idea how to fix the warning. Due to g_cpucache_up, we need some entry 
point that calls both init and non-init functions... Christoph?

				Pekka

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2006-10-08  7:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-07  1:49 Andrew Morton
2006-10-07  4:10 ` Randy Dunlap
2006-10-07  6:46   ` Andrew Morton
2006-10-07 17:58     ` Randy Dunlap
2006-10-09 18:06       ` Christoph Lameter
2006-10-09 19:15         ` Andrew Morton
2006-10-09 14:38     ` Mel Gorman
2006-10-08  7:33 ` Pekka J Enberg [this message]
2006-10-08 21:51   ` Christoph Lameter

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=Pine.LNX.4.64.0610081030100.2562@sbz-30.cs.Helsinki.FI \
    --to=penberg@cs.helsinki.fi \
    --cc=akpm@google.com \
    --cc=christoph@lameter.com \
    --cc=linux-mm@kvack.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