From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752098AbaEUJ17 (ORCPT ); Wed, 21 May 2014 05:27:59 -0400 Received: from mx9.pku.edu.cn ([162.105.129.172]:36597 "EHLO mail.pku.edu.cn" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751022AbaEUJ16 convert rfc822-to-8bit (ORCPT ); Wed, 21 May 2014 05:27:58 -0400 X-Spam-Flag: NO X-Spam-Score: -307.359 Date: Wed, 21 May 2014 17:27:44 +0800 (CST) From: =?utf-8?B?566h6Zuq5rab?= To: Richard Weinberger Cc: linux-arch@vger.kernel.org, arnd@arndb.de, linux-kernel@vger.kernel.org, Guan Xuetao Message-ID: <81003682.42191.1400664464528.JavaMail.root@bj-mail03.pku.edu.cn> In-Reply-To: <1400093999-18703-26-git-send-email-richard@nod.at> Subject: =?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_[PATCH_25/27]_unicore32:_Us?= =?utf-8?Q?e_common_bits_from_generic_tlb.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [162.105.129.95] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Great. Btw, please cc first email in this patch series to everyone. Acked-by: Xuetao Guan ----- Richard Weinberger 写道: > It is no longer needed to define them on our own. > > Cc: Guan Xuetao > Cc: Richard Weinberger > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Richard Weinberger > --- > arch/unicore32/include/asm/tlb.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/arch/unicore32/include/asm/tlb.h b/arch/unicore32/include/asm/tlb.h > index 9cca15c..e6ba38a 100644 > --- a/arch/unicore32/include/asm/tlb.h > +++ b/arch/unicore32/include/asm/tlb.h > @@ -12,11 +12,6 @@ > #ifndef __UNICORE_TLB_H__ > #define __UNICORE_TLB_H__ > > -#define tlb_start_vma(tlb, vma) do { } while (0) > -#define tlb_end_vma(tlb, vma) do { } while (0) > -#define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) > -#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) > - > #define __pte_free_tlb(tlb, pte, addr) \ > do { \ > pgtable_page_dtor(pte); \ > -- > 1.8.4.2 >