From owner-svn-src-head@freebsd.org Tue Apr 14 22:08:38 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19ACC2CAC8B; Tue, 14 Apr 2020 22:08:38 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49204P6yb0z3Ltv; Tue, 14 Apr 2020 22:08:37 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-oi1-f195.google.com with SMTP id x10so2441357oie.1; Tue, 14 Apr 2020 15:08:37 -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:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=n5pPKCsRB1khCt8Ti/rE2ZTKtJq5ChB+FYC/6w+xtcI=; b=YJPC+sCNZbYZdJoSadvN4TFbKvT8gOuL15vwjpWhp94gEhxb6s6It5Xq42oZNInrkX 2Z251lIX/r1HISrNgPSJ664G9wDSUZ5pVJaXsjPMAerAlZ6kxByB+3qar/xSRX2PSaaA whHvlUfw65JQz9KzjRxw8gXGzlbS8aD7XzBrMiidjN6+vP1/FBIYlSOy6MFRW6ueHmmq anV7DAKtziII9vkvu5XNP1Soyv0DhV6sVtImD02o6v6U1vU/OY1YubBszKJ4y2N0HllX 2bo9LQuFUpTRCpe573jIISa1ZJOduYuRYEx2Qpp97GqrkWNiWb+F+ZG71bDVkAwtzM9s vh2A== X-Gm-Message-State: AGi0Puab4yDoOVocbsS/k0su6GwJbqQlQYZ7udi+H6bE0qD1ouBejhQ2 KRWFkllapNAF4p06OOCaQyL4DQak X-Google-Smtp-Source: APiQypIDFQ/aqhE9LHy/h+RDIYX/NpU2p1UQC7hbpxP4TDTXwgFbwxrBOABin5TdHazbtearei4qqQ== X-Received: by 2002:a05:6808:a8e:: with SMTP id q14mr14841670oij.63.1586902116793; Tue, 14 Apr 2020 15:08:36 -0700 (PDT) Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com. [209.85.210.41]) by smtp.gmail.com with ESMTPSA id u127sm5835799oib.1.2020.04.14.15.08.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Apr 2020 15:08:36 -0700 (PDT) Received: by mail-ot1-f41.google.com with SMTP id e20so1418194otl.2; Tue, 14 Apr 2020 15:08:36 -0700 (PDT) X-Received: by 2002:a05:6830:11d7:: with SMTP id v23mr20751549otq.216.1586902115954; Tue, 14 Apr 2020 15:08:35 -0700 (PDT) MIME-Version: 1.0 References: <202004142030.03EKUmOJ080400@repo.freebsd.org> In-Reply-To: <202004142030.03EKUmOJ080400@repo.freebsd.org> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 14 Apr 2020 15:08:24 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r359937 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/freebsd32 compat/linux dev/ipmi dev/mpr dev/mps dev/mpt i386/linux kern sys To: Brooks Davis Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-Rspamd-Queue-Id: 49204P6yb0z3Ltv X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 14 Apr 2020 22:08:38 -0000 Brooks, On Tue, Apr 14, 2020 at 13:31 Brooks Davis wrote: > Author: brooks > Date: Tue Apr 14 20:30:48 2020 > New Revision: 359937 > URL: https://svnweb.freebsd.org/changeset/base/359937 > > Log: > Centralize compatability translation macros. > > Copy the CP, PTRIN, etc macros from freebsd32.h into a sys/abi_compat.h > and replace existing definitation with includes where required. This > eliminates duplicate code and allows Linux and FreeBSD compatability > headers to be included in the same files. > > Input from: cem, jhb You dismissed my input, so I don=E2=80=99t think there=E2=80=99s a good rea= son to suggest I was involved with the revision. Conrad