kernel - cleanup and some KTR work for x86_64
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 19 Sep 2010 15:54:37 +0000 (08:54 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 19 Sep 2010 15:54:37 +0000 (08:54 -0700)
commit4afe74da8355aa980815090e96abc447d49f4f66
tree9e43adeeb199dfd4e3b78409fbf52e4341fe467d
parentbc87e4372a4e138c3259191bdb0759ae5f5d0e02
kernel - cleanup and some KTR work for x86_64

* Make the KTR option compile for x86_64 builds.  It's very expensive still
  and not recommended due to the way x86_64 handles va_args.

* On the userland side do not attempt vprintf the va_args yet in the
  ktrdump code, right now it just crashes.

* Cleanup some kprintfs
sys/kern/kern_event.c
sys/kern/kern_ktr.c
sys/platform/pc64/x86_64/trap.c
usr.bin/ktrdump/ktrdump.c