From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760534AbdEWDhP (ORCPT ); Mon, 22 May 2017 23:37:15 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34584 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759947AbdEWDg7 (ORCPT ); Mon, 22 May 2017 23:36:59 -0400 Date: Mon, 22 May 2017 20:36:58 -0700 (PDT) X-Google-Original-Date: Mon, 22 May 2017 20:35:53 PDT (-0700) From: Palmer Dabbelt To: olof@lixom.net CC: rdunlap@infradead.org CC: linux-kernel@vger.kernel.org CC: Arnd Bergmann CC: albert@sifive.com Subject: Re: [PATCH 7/7] RISC-V: arch/riscv/mm In-Reply-To: Message-ID: Mime-Version: 1.0 (MHng) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 May 2017 19:17:52 PDT (-0700), olof@lixom.net wrote: > On Mon, May 22, 2017 at 6:28 PM, Randy Dunlap wrote: >> >>> diff --git a/arch/riscv/mm/fault.c b/arch/riscv/mm/fault.c >>> new file mode 100644 >>> index 000000000000..f02e286dd1c1 >>> --- /dev/null >>> +++ b/arch/riscv/mm/fault.c >>> @@ -0,0 +1,279 @@ >>> +/* >>> + * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. >>> + * Lennox Wu >>> + * Chen Liqin >> >> is "sunplusct.com" correct? They don't have a web server? > > Seems to come from arch/score/ contents. Looks like true genealogy is > from MIPS though. Albert based the original port on score, so I copied their license header files and appended to them.