Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751778Ab3FZJsW (ORCPT ); Wed, 26 Jun 2013 05:48:22 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:36916 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843Ab3FZJsU (ORCPT ); Wed, 26 Jun 2013 05:48:20 -0400 MIME-Version: 1.0 In-Reply-To: <51CAB689.70008@nod.at> References: <51CA8AB8.7080504@asianux.com> <51CA900E.9020407@nod.at> <51CA9E92.4000107@asianux.com> <51CAA0C6.60007@nod.at> <51CAA78C.5040900@asianux.com> <51CAA8D6.9000505@nod.at> <51CAAD1D.8050801@asianux.com> <51CAAE7C.9090003@nod.at> <51CAB556.4070700@asianux.com> <51CAB689.70008@nod.at> Date: Wed, 26 Jun 2013 11:48:20 +0200 X-Google-Sender-Auth: 08liAzN_82wt5Lb-sosjYaZOhDY Message-ID: Subject: Re: [PATCH] include/asm-generic/io.h: add 'UML' case just like 'no-MMU' From: Geert Uytterhoeven To: Richard Weinberger Cc: Chen Gang , Jeff Dike , Arnd Bergmann , David Sharp , "sfr@canb.auug.org.au" , Steven Rostedt , Ingo Molnar , uml-devel , uml-user , "linux-kernel@vger.kernel.org" , Linux-Arch , Mark Brown Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1404 Lines: 34 On Wed, Jun 26, 2013 at 11:38 AM, Richard Weinberger wrote: >> Since the API itself already contents the meaning: "return NULL means >> the arch has no related io memory", No, NULL means it could not map the I/O memory. >> Why not define a generic dummy one in "include/asm-generic/io.h" instead >> of "HAS_IOMEM" (which has already spread many various places, and also, >> most of new drivers have to know about it). >> >> e.g: in "include/asm-generic/io.h", if "CONFIG_HAS_IOMEM=n", define a >> dummy ioremap() which return NULL ... (also need consider more details). > > Because we don't even want to build these drivers and not make them fail while > executing io memory related functions. Indeed, it doesn't make sense to build drivers that cannot work. And they may fail in a very bad way. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/