From owner-freebsd-arch@FreeBSD.ORG Thu Oct 16 19:23:24 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 205DAF8F for ; Thu, 16 Oct 2014 19:23:24 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1D371B7 for ; Thu, 16 Oct 2014 19:23:23 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id l18so4487370wgh.5 for ; Thu, 16 Oct 2014 12:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=VltS9oHySf+H3gnmTFYej+rhhPeqEJ2x9VxmM4sHU4g=; b=qyMNG1L0St1Wilo82rN8fpu7gnfb0Nn5YuilgbEH/HFlgU+D5Cmt3A96Zwff3ZYN2E KWVwQmBuk/yX2geaudmqJss8/4mrkSFqPmywIemV9E4/402KeJ7yQxqwXQ4yyS9SEpbz 1cKczcz3s0DTJQ7zfoMiTdmF06wCrfZMdvLvZYxN53Hen60fT32hybkMdC0S+mXllHQr SvULIH5EhLTgP7C8yQOpkBCqkPRehcSlXgqGQTTMWrIDxlnX6tmowKCi/6em4Hrqaze3 FQkCMFKbFbIma+hlGPUtlbpa99MsZE7Gk+JQKis31YuTrvqL7D/RSGJ/cirEEln1Bp0W fH8g== MIME-Version: 1.0 X-Received: by 10.180.74.4 with SMTP id p4mr8396729wiv.20.1413487402039; Thu, 16 Oct 2014 12:23:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 16 Oct 2014 12:23:21 -0700 (PDT) Date: Thu, 16 Oct 2014 12:23:21 -0700 X-Google-Sender-Auth: EH4zWQtEr7IEvCER_yrHKBDjYbY Message-ID: Subject: [rfc] extend cpuid from u_char -> int in struct thread; kproc_info and ule From: Adrian Chadd To: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 19:23:24 -0000 Hi, https://reviews.freebsd.org/D955 This extends some cpuid fields from u_char -> int. This does change the ABI a little - it leaves the older u_char fields in place but they'll wrap at CPU IDs > 255. Thanks, -a