[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5118D61D.7010302@imgtec.com>
Date: Mon, 11 Feb 2013 11:29:33 +0000
From: James Hogan <james.hogan@...tec.com>
To: Vineet Gupta <Vineet.Gupta1@...opsys.com>
CC: <linux-arch@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<arnd@...db.de>, Sam Ravnborg <sam@...nborg.org>
Subject: Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker
script
Hi Vineet,
On 24/01/13 10:50, Vineet Gupta wrote:
> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
> new file mode 100644
> index 0000000..b0b09ae
> --- /dev/null
> +++ b/arch/arc/Kconfig
> @@ -0,0 +1,328 @@
> +#
> +# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
> +#
> +# This program is free software; you can redistribute it and/or modify
> +# it under the terms of the GNU General Public License version 2 as
> +# published by the Free Software Foundation.
> +#
> +
> +config ARC
> + def_bool y
> + select ARCH_NO_VIRT_TO_BUS
I noticed this in linux-next. ARCH_NO_VIRT_TO_BUS was defined
generically in the past in linux-next but the patch seems to have gone.
Therefore with an arc defconfig I see CONFIG_VIRT_TO_BUS=y defined which
I'm guessing it shouldn't be.
Cheers
James
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists