Re: [PATCH 7/7] RISC-V: arch/riscv/mm

From: Palmer Dabbelt
Date: Mon May 22 2017 - 23:37:20 EST


On Mon, 22 May 2017 19:17:52 PDT (-0700), olof@xxxxxxxxx wrote:
> On Mon, May 22, 2017 at 6:28 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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 <lennox.wu@xxxxxxxxxxxxx>
>>> + * Chen Liqin <liqin.chen@xxxxxxxxxxxxx>
>>
>> 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.