Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932860AbZD3Pqa (ORCPT ); Thu, 30 Apr 2009 11:46:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762497AbZD3PmX (ORCPT ); Thu, 30 Apr 2009 11:42:23 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:57798 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932401AbZD3PmG (ORCPT ); Thu, 30 Apr 2009 11:42:06 -0400 Message-Id: <6c161ff4d3b30207c754420dc569df0013fae59a.1241105648.git.arnd@arndb.de> In-Reply-To: References: From: Arnd Bergmann Date: Wed, 15 Apr 2009 17:28:25 +0200 Subject: [PATCH 22/27] microblaze: don't include asm/mmu.h in hw_exception_handler Cc: linux-arch@vger.kernel.org, Michal Simek , Remis Lima Baima , linux-kernel@vger.kernel.org X-Provags-ID: V01U2FsdGVkX18nehLN6Hpw6Ixaza34ke1W6RZ0PcEQm7VVHlR OcY7G7BdtEIEOaLp0IG53yC1uPiE3NL9TOzcWgTbttJJiSaOpu aqoR/9GeRdixWeZCMLg7A== To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 30 The generic mmu.h is not safe for use in assembly, but also doesn't contain anything that microblaze needs there. Signed-off-by: Arnd Bergmann --- arch/microblaze/kernel/hw_exception_handler.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/microblaze/kernel/hw_exception_handler.S b/arch/microblaze/kernel/hw_exception_handler.S index cf9486d..2c01e80 100644 --- a/arch/microblaze/kernel/hw_exception_handler.S +++ b/arch/microblaze/kernel/hw_exception_handler.S @@ -66,7 +66,6 @@ #include #include -#include #include #include -- 1.5.6.3 -- 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/