From owner-svn-src-head@freebsd.org Sat May 6 18:21:55 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F99DD61CD3; Sat, 6 May 2017 18:21:55 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: from mail-ua0-f177.google.com (mail-ua0-f177.google.com [209.85.217.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F640F84; Sat, 6 May 2017 18:21:54 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: by mail-ua0-f177.google.com with SMTP id g49so23225012uaa.1; Sat, 06 May 2017 11:21:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=QPQdqU4ctV93WLVmrjdBAm5391kC0Y/LjQ/J42Pv/gM=; b=gn0rXjFMasNkjE89sQFWuMu5QhjRCC2MuO0FZha/J1R7CQ28AALdUCYYdNoEgx+zzo /9RiFJdxefllI9GRI6KIBFdE5W2x+TkTVOJ4mKLt8isC6YtEiYzFPsemSrA39OKOdVEI 1HlOdYFQEaAWM1hJGS+pJy3xfNY5eeemXOBOdlJ6ADT0Abzn0lBJZHRTLdvtNudZ6v5Y d5SlunE2Y0jiiMn7OKPS+/LNG6gU3KIfeVt9I/5UGhP9QgGimXL+AympDL9JQu3lGCBo uhAWI4yJcHK8Y5eZx+/0ShsCei3mLs/Xqd2+ROnvim7oiMNU8jsiHXFSOwuKf9JIlX+R PkPg== X-Gm-Message-State: AODbwcCkUmvaPpYq2qjKaoMbeiHETtmGqlPWO7koTfJH1CM4sQStgafJ j3mqrQ8q5tFUzA== X-Received: by 10.159.49.21 with SMTP id m21mr142287uab.64.1494094451438; Sat, 06 May 2017 11:14:11 -0700 (PDT) Received: from mail-ua0-f177.google.com (mail-ua0-f177.google.com. [209.85.217.177]) by smtp.gmail.com with ESMTPSA id p136sm3450337vke.9.2017.05.06.11.14.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 May 2017 11:14:11 -0700 (PDT) Received: by mail-ua0-f177.google.com with SMTP id g49so23177557uaa.1; Sat, 06 May 2017 11:14:11 -0700 (PDT) X-Received: by 10.176.91.20 with SMTP id u20mr11272498uae.138.1494094450926; Sat, 06 May 2017 11:14:10 -0700 (PDT) MIME-Version: 1.0 Reply-To: mmokhi@freebsd.org Received: by 10.103.3.130 with HTTP; Sat, 6 May 2017 11:14:10 -0700 (PDT) In-Reply-To: <20170506175528.GZ1622@kib.kiev.ua> References: <201705061737.v46Hb1Aq067178@repo.freebsd.org> <20170506175528.GZ1622@kib.kiev.ua> From: Mahdi Mokhtari Date: Sat, 6 May 2017 22:44:10 +0430 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r317884 - head/sys/compat/linprocfs To: Konstantin Belousov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 18:21:55 -0000 > Executing CPUID instruction on i386 without checking for CPUID support > panics the kernel. Thanks for hint. you mean I should first check if this platform supports 0x80000006 CPUID command or not? -- Best regards, MMokhi.