Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755684AbZCBQ6A (ORCPT ); Mon, 2 Mar 2009 11:58:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758434AbZCBQ5j (ORCPT ); Mon, 2 Mar 2009 11:57:39 -0500 Received: from mx1.emlix.com ([193.175.82.87]:45599 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756514AbZCBQ5i (ORCPT ); Mon, 2 Mar 2009 11:57:38 -0500 References: <20090302164257.477296438@emlix.com> User-Agent: quilt/0.46-1 Date: Mon, 02 Mar 2009 17:42:59 +0100 From: Johannes Weiner To: Chris Zankel Cc: linux-kernel@vger.kernel.org Subject: [patch 2/7] xtensa: remove redefinition of XCHAL_MMU_ASID_BITS Content-Disposition: inline; filename=xtensa-remove-XCHAL_MMU_ASID_BITS-redefinition.patch Message-Id: Organization: emlix gmbh, Goettingen, Germany Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 35 This constant is defined in all core headers. Remove the redundant definition which might error out if other includes lead to inclusion of . Signed-off-by: Johannes Weiner --- arch/xtensa/include/asm/mmu_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/xtensa/include/asm/mmu_context.h +++ b/arch/xtensa/include/asm/mmu_context.h @@ -16,13 +16,13 @@ #include #include +#include + #include #include #include #include -#define XCHAL_MMU_ASID_BITS 8 - #if (XCHAL_HAVE_TLBS != 1) # error "Linux must have an MMU!" #endif -- -- 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/