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

看板DFBSD_commit作者時間14年前 (2011/06/02 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>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
文章代碼(AID): #1Dvv3N27 (DFBSD_commit)