From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Fri, 29 Jun 2018 00:08:44 -0700 Subject: [PATCH v2 2/4] RISC-V: Select GENERIC_UCMPDI2 on RV32I In-Reply-To: References: Message-ID: <20180629070844.GB12956@infradead.org> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Mon, Jun 25, 2018 at 04:49:38PM +0800, Zong Li wrote: > On 32-bit, it need to use __ucmpdi2, otherwise, it can't find the __ucmpdi2 > symbol. > > Signed-off-by: Zong Li Looks good, Reviewed-by: Christoph Hellwig