Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759587AbZFRR5d (ORCPT ); Thu, 18 Jun 2009 13:57:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752427AbZFRR4A (ORCPT ); Thu, 18 Jun 2009 13:56:00 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:60788 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754417AbZFRRz4 (ORCPT ); Thu, 18 Jun 2009 13:55:56 -0400 From: Arnd Bergmann To: Michal Simek Cc: microblaze-uclinux@itee.uq.edu.au, LKML , Remis Lima Baima , Arnd Bergmann , Alexey Dobriyan Subject: [PATCH 02/11] microblaze: remove init_mm Date: Thu, 18 Jun 2009 19:55:26 +0200 Message-Id: <21337f72787b821e73f1f9a94e1cca42c1026085.1245347640.git.arnd@arndb.de> X-Mailer: git-send-email 1.6.3.1 In-Reply-To: References: In-Reply-To: <24d10c58e2739bacec05d641ab2a2c95ce6d69a9.1245347640.git.arnd@arndb.de> References: <24d10c58e2739bacec05d641ab2a2c95ce6d69a9.1245347640.git.arnd@arndb.de> X-Provags-ID: V01U2FsdGVkX1+/peoZd6C3LP2fLKBPi5+K3gUy+5lnedmHHlz VCDrAOdtUC/dTTu1gKs54hcsXtm40PtvtD+4LRY5gXytIjctE0 Z7pbO/DG9H2Ld060Bp2Cw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1153 Lines: 31 Alexey removed the definition for init_mm from all architectures but forgot microblaze, which was only recently added. This fixes the microblaze build by dropping it there as well. Cc: Alexey Dobriyan Signed-off-by: Arnd Bergmann --- arch/microblaze/kernel/init_task.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/microblaze/kernel/init_task.c b/arch/microblaze/kernel/init_task.c index 48eb9fb..67da225 100644 --- a/arch/microblaze/kernel/init_task.c +++ b/arch/microblaze/kernel/init_task.c @@ -18,8 +18,6 @@ static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); -struct mm_struct init_mm = INIT_MM(init_mm); -EXPORT_SYMBOL(init_mm); union thread_union init_thread_union __attribute__((__section__(".data.init_task"))) = -- 1.6.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/