Re: clean up disabled 386 code

2017-04-07 Thread Mike Larkin
On Thu, Apr 06, 2017 at 11:55:58AM +0800, Michael W. Bombardieri wrote: > Hi, > > The code in "#if 0" has been disabled since revision 1.1. > From what I see netbsd removed it too: > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/i386/trap.c.diff?r1=1.237&r2=1.238&sortby=date&only_with_tag=

clean up disabled 386 code

2017-04-05 Thread Michael W. Bombardieri
Hi, The code in "#if 0" has been disabled since revision 1.1. >From what I see netbsd removed it too: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/i386/trap.c.diff?r1=1.237&r2=1.238&sortby=date&only_with_tag=MAIN&f=h - Michael Index: src/sys/arch/i386/i386/trap.c ==