svn commit: r244445 - in head/sys: kern sys tools
Oleksandr Tymoshenko
gonzo at freebsd.org
Fri Dec 28 02:03:40 UTC 2012
On 12/19/2012 12:10 PM, Jeff Roberson wrote:
> Author: jeff
> Date: Wed Dec 19 20:10:00 2012
> New Revision: 244445
> URL: http://svnweb.freebsd.org/changeset/base/244445
>
> Log:
> - Add new machine parsable KTR macros for timing events.
> - Use this new format to automatically handle syscalls and VOPs. This
> changes the earlier format but is still human readable.
>
> Sponsored by: EMC / Isilon Storage Division
Jeff,
please fix tinderbox breakage caused by this commit
ARM kernel build with KTR option is still broken as of today:
http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-arm-arm.brief
In file included from /src/sys/arm/arm/trap.c:900:
/src/sys/arm/arm/../../kern/subr_syscall.c: In function 'syscallenter':
/src/sys/arm/arm/../../kern/subr_syscall.c:80: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/src/sys/arm/arm/../../kern/subr_syscall.c:154: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
*** [trap.o] Error code 1
Thank you
More information about the svn-src-all
mailing list