Re: svn commit: r257217 - in head/sys/arm: arm include

2013-10-27 Thread Bruce Evans
On Sun, 27 Oct 2013, Ian Lepore wrote: Log: Remove the last dregs of trapframe_t. It turns out only arm was using this type, so remove it to make arm code more consistant with other platforms. Thanks to bde@ for pointing out only arm used trapframe_t. Thanks. Bruce __

svn commit: r257217 - in head/sys/arm: arm include

2013-10-27 Thread Ian Lepore
Author: ian Date: Sun Oct 27 17:09:23 2013 New Revision: 257217 URL: http://svnweb.freebsd.org/changeset/base/257217 Log: Remove the last dregs of trapframe_t. It turns out only arm was using this type, so remove it to make arm code more consistant with other platforms. Thanks to bde@ for