[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170524220510.GF390@ZenIV.linux.org.uk>
Date:   Wed, 24 May 2017 23:05:10 +0100
From:   Al Viro <viro@...IV.linux.org.uk>
To:     Logan Gunthorpe <logang@...tatee.com>
Cc:     linux-kernel@...r.kernel.org,
        user-mode-linux-devel@...ts.sourceforge.net,
        Stephen Bates <sbates@...thlin.com>,
        Jeff Dike <jdike@...toit.com>,
        Richard Weinberger <richard@....at>
Subject: Re: [PATCH] um: add dummy ioremap and iounmap functions
On Wed, May 24, 2017 at 04:00:52PM -0600, Logan Gunthorpe wrote:
> The user mode architecture does not provide ioremap or iounmap, and
> because of this, the arch won't build when the functions are used in some
> core libraries.
> 
> I have designs to use these functions in scatterlist.c where they'd
> almost certainly never be called on the um architecture but it does need
> to compile.
Then make it fail there.
Incidentally, s390 has ioremap() only when CONFIG_PCI is set.
Powered by blists - more mailing lists