Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp343203pxb; Wed, 25 Aug 2021 04:50:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyF0jsNIotlyG/wfhJxXYy1XtvO/Y4Z51okIxhdOSSOqZM+v6MsSybBlt1NYURscSt23LUX X-Received: by 2002:a50:d587:: with SMTP id v7mr14375924edi.120.1629892221332; Wed, 25 Aug 2021 04:50:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629892221; cv=none; d=google.com; s=arc-20160816; b=Y7VCFogrVeiaBFVpQUFd8elmFCfJTmJcR+aeKXrhrpala9LQejlNyXSzPrrTAiOvTG st+R528hgrHRQDEPGi1UDua1YG5YivtiDj9AptoUKiYGQ+xjE+rUGaD0MAlvyEV0ndLE hu144MqgmI+o3TryKHWq4ZoJC7K15vds4Q1Gc//S292QDKG3+zRti2bg59XaA4ghOSix 3mjW3h9lLUZ+Gigm5d2Shvaroohd20rL3T8zJcxGdxqb6DnVsamaF9Tn6d9WNAwaZ0d+ IxO31dJIvNUSjDVRImJD4JHqv7WzNJkQLEeRULGCBcaPWPcwMTrFzt4HJDSl73H1D9zb GONg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=l2u52Ys7mqnjZnXZeoccsfCYUGJWqThpjNIC4EK4ZnE=; b=Vmp9I7K0YhAXrcBisKrqsJH442celWi4T3npnLUGKa3nkCK84/43vXB4xY0pdH+puF aF3PQ0NtVtBc18e4Hr4kH1FAGDiCnf7BU5RMGTEFQp7uxtl4OtEhEd2o8H/lifHr4A6w jC8RZzXEvcUJYV7tMUWiuD7crT+WEUrTJl7bNfpf+IfSst92vyz01uKnpLpfCbOBzgLq Wc6CBJDk79u0Kta6q/ymyjMberOjAbZWnTO7ZplIV5YD3Jn4tzLw3wxsBxWt5FJ9KD/0 VA1WpQe9MVTfp0dZYoLvjLrFx9ybQVkzk0cIooGzlrVlK8IUHzPXDz/hsXnRxLXpJ2Sw 1Msw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c7si9728783ede.185.2021.08.25.04.49.56; Wed, 25 Aug 2021 04:50:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239971AbhHYLtW (ORCPT + 99 others); Wed, 25 Aug 2021 07:49:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239331AbhHYLtV (ORCPT ); Wed, 25 Aug 2021 07:49:21 -0400 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA502C061757 for ; Wed, 25 Aug 2021 04:48:35 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:91f7:1ea1:147b:586f]) by laurent.telenet-ops.be with bizsmtp id lnoW2500N34CCxU01noWjW; Wed, 25 Aug 2021 13:48:34 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mIrOQ-005kYQ-JW; Wed, 25 Aug 2021 13:48:30 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mIrOQ-00DDKB-59; Wed, 25 Aug 2021 13:48:30 +0200 From: Geert Uytterhoeven To: Andrew Morton , Simon Horman , Tony Luck , Jay Lan , Magnus Damm , Mike Rapoport Cc: Rob Herring , Frank Rowand , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] ia64: Miscellaneous fixes and cleanups Date: Wed, 25 Aug 2021 13:48:26 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, This patch series contains some miscellaneous fixes and cleanups for ia64. The second patch fixes a naming conflict triggered by a patch for the FDT code. This has been compile-tested only, due to lack of hardware. Thanks! Geert Uytterhoeven (3): ia64: Fix #endif comment for reserve_elfcorehdr() ia64: Make reserve_elfcorehdr() static ia64: Make num_rsvd_regions static arch/ia64/include/asm/meminit.h | 2 -- arch/ia64/kernel/setup.c | 53 ++++++++++++++++----------------- 2 files changed, 26 insertions(+), 29 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds