From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Mon, 10 Sep 2018 15:19:02 -0700 Subject: [PATCH v2 3/5] irqchip: RISC-V Local Interrupt Controller Driver In-Reply-To: References: <20180910133902.GB21593@infradead.org> <20180910134915.GB30774@infradead.org> <20180910161143.GA1053@infradead.org> <20180910163936.GA18699@infradead.org> Message-ID: <20180910221902.GB7368@infradead.org> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Mon, Sep 10, 2018 at 09:37:59PM +0200, Thomas Gleixner wrote: > Processor local interrupts really should be architected and there are > really not that many of them. And that is what they are. > But well, RISC-V decided obvsiouly not to learn from mistakes made by > others. I don't think that is the case. I think Atup misreads what reserved means - if you look at section 2.3 of the RISC-V privileged spec it clearly states that reserved fields are for future use and not for vendor specific use.