>commit 86b7a03aa5b03e7874d87ee1da2bc18889d406ac >Author: Sascha Wildner <[email protected]> >Date: Wed Jun 1 23:50:54 2011 +0200 > > kernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "..."). >.. > .../linux/i386/linprocfs/linprocfs_misc.c | 5 ++---
This breaks vkernel build; we don't have cpu_vendor_id for vkernel (sys/platform/vkernel/include/md_var.h). Also it seems you fix some errors, as strcmp() doesn't match != everywhere. -thomas
