On Mon, 22 May 2017 19:17:52 PDT (-0700), [email protected] wrote: > On Mon, May 22, 2017 at 6:28 PM, Randy Dunlap <[email protected]> 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 <[email protected]> >>> + * Chen Liqin <[email protected]> >> >> 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.

