From: Randy Dunlap <rdunlap@infradead.org>
To: akpm@linux-foundation.org, X86 ML <x86@kernel.org>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
linux-next@vger.kernel.org, sfr@canb.auug.org.au, mhocko@suse.cz,
broonie@kernel.org
Subject: Re: mmotm 2017-08-31-16-13 uploaded (x86/kernel/eisa.c)
Date: Thu, 31 Aug 2017 22:11:11 -0700 [thread overview]
Message-ID: <43a5f1af-2135-191e-4640-9f9cc50b34ca@infradead.org> (raw)
In-Reply-To: <59a8982c.FwLJY62HB+esikOu%akpm@linux-foundation.org>
On 08/31/17 16:13, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2017-08-31-16-13 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
from linux-next.patch:
on i386:
CC arch/x86/kernel/eisa.o
../arch/x86/kernel/eisa.c: In function 'eisa_bus_probe':
../arch/x86/kernel/eisa.c:11:2: error: implicit declaration of function 'ioremap' [-Werror=implicit-function-declaration]
void __iomem *p = ioremap(0x0FFFD9, 4);
^
../arch/x86/kernel/eisa.c:11:20: warning: initialization makes pointer from integer without a cast [enabled by default]
void __iomem *p = ioremap(0x0FFFD9, 4);
^
../arch/x86/kernel/eisa.c:13:2: error: implicit declaration of function 'readl' [-Werror=implicit-function-declaration]
if (readl(p) == 'E' + ('I'<<8) + ('S'<<16) + ('A'<<24))
^
../arch/x86/kernel/eisa.c:15:2: error: implicit declaration of function 'iounmap' [-Werror=implicit-function-declaration]
iounmap(p);
^
--
~Randy
--
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>
next prev parent reply other threads:[~2017-09-01 5:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-31 23:13 mmotm 2017-08-31-16-13 uploaded akpm
2017-09-01 1:43 ` Stephen Rothwell
2017-09-01 5:11 ` Randy Dunlap [this message]
2017-09-01 9:34 ` Michal Hocko
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=43a5f1af-2135-191e-4640-9f9cc50b34ca@infradead.org \
--to=rdunlap@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-next@vger.kernel.org \
--cc=mhocko@suse.cz \
--cc=sfr@canb.auug.org.au \
--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;
as well as URLs for NNTP newsgroup(s).