[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.11.1501280253280.28301@eddie.linux-mips.org>
Date: Wed, 28 Jan 2015 23:09:17 +0000 (GMT)
From: "Maciej W. Rozycki" <macro@...ux-mips.org>
To: James Hogan <james.hogan@...tec.com>
cc: Ralf Baechle <ralf@...ux-mips.org>, linux-mips@...ux-mips.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] MIPS: Add arch CDMM definitions and probing
On Tue, 27 Jan 2015, James Hogan wrote:
> diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h
> index 33866fce4d63..2086372fa72a 100644
> --- a/arch/mips/include/asm/cpu.h
> +++ b/arch/mips/include/asm/cpu.h
> @@ -370,6 +370,7 @@ enum cpu_type_enum {
> #define MIPS_CPU_RIXIEX 0x200000000ull /* CPU has unique exception codes for {Read, Execute}-Inhibit exceptions */
> #define MIPS_CPU_MAAR 0x400000000ull /* MAAR(I) registers are present */
> #define MIPS_CPU_FRE 0x800000000ull /* FRE & UFE bits implemented */
> +#define MIPS_CPU_CDMM 0x10000000000ll /* CPU has Common Device Memory Map */
Is it a typo here: 0x10000000000ll vs 0x1000000000ull?
Maciej
--
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