From patchwork Thu Nov 30 12:39:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10084767 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CA66B602B9 for ; Thu, 30 Nov 2017 12:40:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B800529F0A for ; Thu, 30 Nov 2017 12:40:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AAB0829F81; Thu, 30 Nov 2017 12:40:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5595229F0A for ; Thu, 30 Nov 2017 12:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752325AbdK3MkG (ORCPT ); Thu, 30 Nov 2017 07:40:06 -0500 Received: from mx1.profitbricks.com ([46.16.72.21]:39880 "EHLO mx1.profitbricks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242AbdK3MkG (ORCPT ); Thu, 30 Nov 2017 07:40:06 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.profitbricks.com (Postfix) with ESMTP id D637E5F85F for ; Thu, 30 Nov 2017 12:40:02 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 4CE103FE25; Thu, 30 Nov 2017 13:39:56 +0100 (CET) Received: (nullmailer pid 27180 invoked by uid 1000); Thu, 30 Nov 2017 12:39:56 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 1/3] debian: Add m68k as non-coherent DMA architecture Date: Thu, 30 Nov 2017 13:39:38 +0100 Message-Id: <20171130123940.25795-2-benjamin.drung@profitbricks.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171130123940.25795-1-benjamin.drung@profitbricks.com> References: <20171130123940.25795-1-benjamin.drung@profitbricks.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The architecture m68k does not support coherent DMA. Therefore also exclude it. Signed-off-by: Benjamin Drung --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 030eb6b9..be1781ad 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/dpkg/architecture.mk export DEB_BUILD_MAINT_OPTIONS=hardening=+all -NO_COHERENT_DMA_ARCHS = alpha armel armhf hppa mips mips64el mipsel sh4 +NO_COHERENT_DMA_ARCHS = alpha armel armhf hppa m68k mips mips64el mipsel sh4 %: dh $@ --with systemd --builddirectory=build-deb