Date: Tue, 04 Apr 2017 09:20:34 -0700 From: John Baldwin <jhb@freebsd.org> To: Edward Tomasz Napierala <trasz@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r316486 - head/sys/mips/mips Message-ID: <2657365.LqxZCUnOvu@ralph.baldwin.cx> In-Reply-To: <201704040817.v348H3UA059515@repo.freebsd.org> References: <201704040817.v348H3UA059515@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, April 04, 2017 08:17:03 AM Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Apr 4 08:17:03 2017 > New Revision: 316486 > URL: https://svnweb.freebsd.org/changeset/base/316486 > > Log: > Remove dead code/ifdef. > > MFC after: 2 weeks > Sponsored by: DARPA, AFRL I'm not quite sure how dead this. We do reserve space in 'struct reg' for IC in regnum.h: /* * IC is valid only on RM7K and RM9K processors. Access to this is * controlled by IC_INT_REG which defined in kernel config */ #define IC 38 OTOH, I can't find other references to IC outside of regnum.h and what you just removed. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2657365.LqxZCUnOvu>