All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: LKML <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org, Dave Hansen <dave.hansen@linux.intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: Rich Felker <dalias@libc.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: SH: error: implicit declaration of function 'init_cache_node_node'
Date: Sat, 13 Nov 2021 17:17:15 -0800	[thread overview]
Message-ID: <b5bdea22-ed2f-3187-6efe-0c72330270a4@infradead.org> (raw)

on arch/sh/,
CONFIG_SMP is not defined,
CONFIG_NUMA=y,
CONFIG_MEMORY_HOTPLUG is not defined:

../mm/slab.c: In function 'slab_memory_callback':
../mm/slab.c:1143:23: error: implicit declaration of function 'init_cache_node_node'; did you mean 'drain_cache_node_node'? [-Werror=implicit-function-declaration]
  1143 |                 ret = init_cache_node_node(nid);


commit 76af6a054da4
Author: Dave Hansen <dave.hansen@linux.intel.com>
Date:   Mon Oct 18 15:15:32 2021 -0700

     mm/migrate: add CPU hotplug to demotion #ifdef


How should we handle this config?

-- 
~Randy

             reply	other threads:[~2021-11-14  1:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14  1:17 Randy Dunlap [this message]
2021-11-14 22:04 ` SH: error: implicit declaration of function 'init_cache_node_node' Arnd Bergmann
2021-11-14 22:19   ` 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=b5bdea22-ed2f-3187-6efe-0c72330270a4@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=dalias@libc.org \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ysato@users.sourceforge.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.