svn commit: r295890 - in head/sys: conf riscv/riscv

Andrew Turner andrew at fubar.geek.nz
Mon Feb 22 15:00:09 UTC 2016


On Mon, 22 Feb 2016 14:01:46 +0000 (UTC)
Ruslan Bukin <br at FreeBSD.org> wrote:

> Author: br
> Date: Mon Feb 22 14:01:46 2016
> New Revision: 295890
> URL: https://svnweb.freebsd.org/changeset/base/295890
> 
> Log:
>   Provide stack(9) MD stubs for RISC-V so ktr(9) can be compiled in.
> 
> Added:
>   head/sys/riscv/riscv/stack_machdep.c   (contents, props changed)
> Modified:
>   head/sys/conf/files.riscv
> 
> Modified: head/sys/conf/files.riscv
> ==============================================================================
> --- head/sys/conf/files.riscv	Mon Feb 22 13:52:08 2016
> (r295889) +++ head/sys/conf/files.riscv	Mon Feb 22 14:01:46
> 2016	(r295890) @@ -34,9 +34,10 @@
> riscv/riscv/machdep.c		standard
> riscv/riscv/mem.c		standard
> riscv/riscv/nexus.c		standard
> riscv/riscv/pmap.c		standard
> -riscv/riscv/sys_machdep.c	standard
> +riscv/riscv/stack_machdep.c	standard

This is to "optional ddb | stack" on other architectures.

Andrew


More information about the svn-src-all mailing list