DragonFly BSD
DragonFly commits List (threaded) for 2011-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: kernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "...").


From: Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx>
Date: Thu, 2 Jun 2011 15:04:32 +0200

>commit 86b7a03aa5b03e7874d87ee1da2bc18889d406ac
>Author: Sascha Wildner <saw@online.de>
>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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]