From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1580C31E45 for ; Fri, 14 Jun 2019 03:12:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A23D02073F for ; Fri, 14 Jun 2019 03:12:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="z3CUixoa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725864AbfFNDMD (ORCPT ); Thu, 13 Jun 2019 23:12:03 -0400 Received: from mail-pg1-f193.google.com ([209.85.215.193]:38055 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725819AbfFNDMD (ORCPT ); Thu, 13 Jun 2019 23:12:03 -0400 Received: by mail-pg1-f193.google.com with SMTP id v11so676599pgl.5 for ; Thu, 13 Jun 2019 20:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=q2UDagaQQzh/lIVkivR+vaM0gPa+GGbgrufLmqcYVmM=; b=z3CUixoaajCn7ukcAhM7vkUe1zw7MOgiuw2Yef1G/TazLJGzHQAa4ZoBlMwRUSAVfL PfJPSuV4wbp5CAeEtjL34L+ogPzomyWYKTmVBJt0BL7qU3BxUINc0UIEseTbWjNsGYPv P3oKFJanLdaBaPZdNokLjFrQTZ65RGkSFmelnFN5ycYOEOXsSD0CiFz0u8Bji79hnW6e ne7WJ2kUmZSMvQKp/F7I7BrGpSRUBVpIjcMBJGESvXsfNOVx440zFhkywbsKP9fvJI0f mWWiFnykxAGVuYgqhbzMe+ENGiY9PnMZMfudq6xxIoRW0OrCE3I6qZgy7fqigeaGtuYQ 9FVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q2UDagaQQzh/lIVkivR+vaM0gPa+GGbgrufLmqcYVmM=; b=Ep6UqtkN8zyf8Iy3sKmw14/KVz7it+gsoi/QW3U0l46D/tEgMCfwqsTQssbgiAOWrd mhhcMOuItg/Nn5DddW9aGRMb/OQifrpVOX02wcQH9iJ/8mJCJA7A+Bq5fhSScH4LET1y FPSel1mRB60cDt7ad8o4Vaa/P0l5TW7T674KAunH4tG+HcZIxql9ocQTVCCd7D13wZuc rouhUPtJbfwfO4+tY48g/qgp24UIZPcrHRCZCwChNwmHxa/T/rBc3/heVr/aqn0iu0kW zpY/cwdFi8slmLbb3LoFuEnIfPjBGSfcw1TnHH8tshpHhyi1X53f9/fpTVf1v09vy0z9 c7NA== X-Gm-Message-State: APjAAAVDh+gD12gaVFRl0G8U94dnLeTi7YnEGQiVOhXRMZRoAMAgdVO4 a3xHeDosbp3VOGjqYkdnWaDslA== X-Google-Smtp-Source: APXvYqw0YdgiXz5axjmwP8zKQfiE6/6qJ1tgfUBgYclyADpY01E8vwVgnU4EZUdMf24QwT3WxVf5hg== X-Received: by 2002:a62:78c2:: with SMTP id t185mr27057268pfc.142.1560481922495; Thu, 13 Jun 2019 20:12:02 -0700 (PDT) Received: from localhost ([122.172.66.84]) by smtp.gmail.com with ESMTPSA id 23sm1006127pfn.176.2019.06.13.20.12.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jun 2019 20:12:02 -0700 (PDT) From: Viresh Kumar To: linux-arm-kernel@lists.infradead.org, Julien Thierry Cc: Viresh Kumar , stable@vger.kernel.org, Catalin Marinas , Marc Zyngier , Mark Rutland , Will Deacon , Russell King , Vincent Guittot , mark.brown@arm.com Subject: [PATCH v4.4 03/45] arm64: remove duplicate macro __KERNEL__ check Date: Fri, 14 Jun 2019 08:37:46 +0530 Message-Id: <397130f9dfb4aa9a600872fb5ed66c90664b830f.1560480942.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.21.0.rc0.269.g1a574e7a288b In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: zijun_hu commit a842789837c0e3734357c6b4c54d39d60a1d24b1 upstream. remove duplicate macro __KERNEL__ check Signed-off-by: zijun_hu Signed-off-by: Will Deacon Signed-off-by: Viresh Kumar --- arch/arm64/include/asm/processor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index d08559528927..b1126eea73ae 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h @@ -35,7 +35,6 @@ #include #include -#ifdef __KERNEL__ #define STACK_TOP_MAX TASK_SIZE_64 #ifdef CONFIG_COMPAT #define AARCH32_VECTORS_BASE 0xffff0000 @@ -47,7 +46,6 @@ extern phys_addr_t arm64_dma_phys_limit; #define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1) -#endif /* __KERNEL__ */ struct debug_info { /* Have we suspended stepping by a debugger? */ -- 2.21.0.rc0.269.g1a574e7a288b From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B934C31E45 for ; Fri, 14 Jun 2019 03:13:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 063802073F for ; Fri, 14 Jun 2019 03:13:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="okkOaouw"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="z3CUixoa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 063802073F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pgScdNf/w8hJxdx19T9mnUt6JtWBDPQ9RzT3kcLOpKY=; b=okkOaouwk6tA5b bmoFIVGjT4xoQq81jKnXJNaq8tZkx3OE3lkkl4DHLDywDUL1CK7XVI2MlIVm3d9LQs0Hv/eI4Aw1H 1IXBnJZkRZn9uXSkbK0Un9G0elcFMly14mp0BpVyrq28ylvPArL4w1eQ+h4xRmppciGqA3t03MZX5 XdEINPeEfxVy4e1mLy8gBEasj+yPWQ6DTSW+zsJ7ykFdn8nUdDhYoMrYBAwcaHe7VF33D10ridxYM I9eORRBWd4DN0HCbnh9ZeUTCdqCemyq3dqizBTS5U+9GCOb98snjOKK56JnNjd27yzCx1XYXfjFN1 EwXoiuLYqjnTIdkoasRg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hbceX-0000tI-54; Fri, 14 Jun 2019 03:13:21 +0000 Received: from mail-pf1-x441.google.com ([2607:f8b0:4864:20::441]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hbcdH-0008UA-8n for linux-arm-kernel@lists.infradead.org; Fri, 14 Jun 2019 03:12:04 +0000 Received: by mail-pf1-x441.google.com with SMTP id c85so505380pfc.1 for ; Thu, 13 Jun 2019 20:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=q2UDagaQQzh/lIVkivR+vaM0gPa+GGbgrufLmqcYVmM=; b=z3CUixoaajCn7ukcAhM7vkUe1zw7MOgiuw2Yef1G/TazLJGzHQAa4ZoBlMwRUSAVfL PfJPSuV4wbp5CAeEtjL34L+ogPzomyWYKTmVBJt0BL7qU3BxUINc0UIEseTbWjNsGYPv P3oKFJanLdaBaPZdNokLjFrQTZ65RGkSFmelnFN5ycYOEOXsSD0CiFz0u8Bji79hnW6e ne7WJ2kUmZSMvQKp/F7I7BrGpSRUBVpIjcMBJGESvXsfNOVx440zFhkywbsKP9fvJI0f mWWiFnykxAGVuYgqhbzMe+ENGiY9PnMZMfudq6xxIoRW0OrCE3I6qZgy7fqigeaGtuYQ 9FVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q2UDagaQQzh/lIVkivR+vaM0gPa+GGbgrufLmqcYVmM=; b=fpQTipJMMRu99aCTYEiroZScDs4UJOvfXcADu+n/R6XYPy/v2umcD3k8ZPIdLQe7Pd mLNAIIzurWzMkQCZ++liEqdGdOaDwFi6FlmqSA7adSF50dOG64YuHJmuzYO8YmbPJBXT OXyFn7dgLxtw9n9Uuw9D4q+Qxs00L7z+Eq1TCVraa9USDNO15oipErd/xRtE5sUcppic VGhfeVBkTOX7CzbH91foB0Qq9OwS1BbnKJmExPA7/gSIwCazll+Y9HuMgUt5ZB7Zt+Td DLmvSwPs9sIa3vDcyV9AWrmEM8k4skh/TWWxAeGB4hLIQ+gx3SDe40gTV4L+i8MFa/d0 2lLw== X-Gm-Message-State: APjAAAXC3LH9OZD0s45nq8yFs193RMD4GLvgXBUsZsySB0cDVhPZGXbo bzrf4mg4wTbQi0nG77vVrK40Yu3fiSQ= X-Google-Smtp-Source: APXvYqw0YdgiXz5axjmwP8zKQfiE6/6qJ1tgfUBgYclyADpY01E8vwVgnU4EZUdMf24QwT3WxVf5hg== X-Received: by 2002:a62:78c2:: with SMTP id t185mr27057268pfc.142.1560481922495; Thu, 13 Jun 2019 20:12:02 -0700 (PDT) Received: from localhost ([122.172.66.84]) by smtp.gmail.com with ESMTPSA id 23sm1006127pfn.176.2019.06.13.20.12.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jun 2019 20:12:02 -0700 (PDT) From: Viresh Kumar To: linux-arm-kernel@lists.infradead.org, Julien Thierry Subject: [PATCH v4.4 03/45] arm64: remove duplicate macro __KERNEL__ check Date: Fri, 14 Jun 2019 08:37:46 +0530 Message-Id: <397130f9dfb4aa9a600872fb5ed66c90664b830f.1560480942.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.21.0.rc0.269.g1a574e7a288b In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190613_201203_325529_CC7392B5 X-CRM114-Status: GOOD ( 10.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Marc Zyngier , Viresh Kumar , Will Deacon , stable@vger.kernel.org, mark.brown@arm.com, Catalin Marinas , Russell King Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: zijun_hu commit a842789837c0e3734357c6b4c54d39d60a1d24b1 upstream. remove duplicate macro __KERNEL__ check Signed-off-by: zijun_hu Signed-off-by: Will Deacon Signed-off-by: Viresh Kumar --- arch/arm64/include/asm/processor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index d08559528927..b1126eea73ae 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h @@ -35,7 +35,6 @@ #include #include -#ifdef __KERNEL__ #define STACK_TOP_MAX TASK_SIZE_64 #ifdef CONFIG_COMPAT #define AARCH32_VECTORS_BASE 0xffff0000 @@ -47,7 +46,6 @@ extern phys_addr_t arm64_dma_phys_limit; #define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1) -#endif /* __KERNEL__ */ struct debug_info { /* Have we suspended stepping by a debugger? */ -- 2.21.0.rc0.269.g1a574e7a288b _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel