From patchwork Thu May 1 15:51:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 4099551 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id EF7D09F169 for ; Thu, 1 May 2014 16:01:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2E6FC2034F for ; Thu, 1 May 2014 16:01:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 63E252034C for ; Thu, 1 May 2014 16:01:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WftO9-0001Tf-5b; Thu, 01 May 2014 15:59:09 +0000 Received: from mail-wi0-f170.google.com ([209.85.212.170]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WftO7-0001Pp-Bw for linux-arm-kernel@lists.infradead.org; Thu, 01 May 2014 15:59:07 +0000 Received: by mail-wi0-f170.google.com with SMTP id f8so961366wiw.3 for ; Thu, 01 May 2014 08:58:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=DxYMaoFEhp0WDPzyRc6sRDT7WDS9ha9nD1owe1btbhU=; b=ZTdXXqi7H1znHZj7mMXL2p+QuLntw9Ld3FSrclz+coNLLgB6lSqizN2rFP62xaLLRa Yep7uC70RW+HCZYDv30IZL6Q/c3FsiJooiD6TCgZFqfbo9XyF2aLEjL1/TZR4QTUgEaV sWkmbMuYL4a9lZSKVKSHnoSK3eA6WG1uC1egV2yg8z/hEKe3sO9UEJ9pslrfAjcngKwt zvJg6YJZvatUNPFdQBY/9zS5GCJ7ocSle8rfWyxpuasuomk1b29nMwTi9KNCz/OuSYxV 0aAY3PXleCGhDMGVKB1Kr+cFQGLsT2YOTU49rOjjAXGIQNbrMu8x4NMAMZRdO1JkXZfO EYRw== X-Gm-Message-State: ALoCoQnfyAI5sH5Hlh0RawVX2NeTy+kO7VBmJ5ibDnWRpwRUt9BWAHt/1/nAcznkelpMtIlWw3C0 X-Received: by 10.194.77.148 with SMTP id s20mr9439875wjw.31.1398959493148; Thu, 01 May 2014 08:51:33 -0700 (PDT) Received: from ards-macbook-pro.local (cag06-7-83-153-85-71.fbx.proxad.net. [83.153.85.71]) by mx.google.com with ESMTPSA id kp5sm41727776wjb.30.2014.05.01.08.51.31 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 01 May 2014 08:51:32 -0700 (PDT) From: Ard Biesheuvel To: linux-arm-kernel@lists.infradead.org, linux-crypto@vger.kernel.org Subject: [PATCH resend 10/15] arm64: pull in from asm-generic Date: Thu, 1 May 2014 17:51:21 +0200 Message-Id: <1398959486-8222-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140501_085907_556079_FC37F52A X-CRM114-Status: UNSURE ( 7.56 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: catalin.marinas@arm.com, will.deacon@arm.com, steve.capper@linaro.org, Ard Biesheuvel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Ard Biesheuvel --- arch/arm64/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild index 83f71b3004a8..42c7eecd2bb6 100644 --- a/arch/arm64/include/asm/Kbuild +++ b/arch/arm64/include/asm/Kbuild @@ -40,6 +40,7 @@ generic-y += segment.h generic-y += sembuf.h generic-y += serial.h generic-y += shmbuf.h +generic-y += simd.h generic-y += sizes.h generic-y += socket.h generic-y += sockios.h