From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCHv4 2/2] kernel: Move arches to use common unaligned access Date: Tue, 15 Apr 2008 11:01:54 +0100 Message-ID: <17632.1208253714@redhat.com> References: <1208195405.5721.45.camel@brick> Return-path: In-Reply-To: <1208195405.5721.45.camel@brick> Sender: linux-arch-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: To: Harvey Harrison Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Russell King , linux-arch , Andrew Morton , Linus Torvalds Harvey Harrison wrote: > arch/frv/kernel/traps.c | 7 +- > arch/frv/mm/unaligned.c | 217 ------------------------------------- And arch/frv/mm/Makefile? It still refers to unaligned.c. > -#ifndef _ASM_UNALIGNED_H > -#define _ASM_UNALIGNED_H > +#ifndef _ASM_FRV_UNALIGNED_H > +#define _ASM_FRV_UNALIGNED_H Please don't! David --- [PATCH] FRV: Don't refer to arch/frv/mm/unaligned.c once it has been deleted From: David Howells arch/frv/mm/unaligned.c should not be mentioned in the local Makefile once the former has been deleted. Signed-off-by: David Howells --- arch/frv/mm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/frv/mm/Makefile b/arch/frv/mm/Makefile index fb8b1d8..1bca5ab 100644 --- a/arch/frv/mm/Makefile +++ b/arch/frv/mm/Makefile @@ -6,4 +6,4 @@ obj-y := init.o kmap.o obj-$(CONFIG_MMU) += \ pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \ - mmu-context.o dma-alloc.o unaligned.o elf-fdpic.o + mmu-context.o dma-alloc.o elf-fdpic.o From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:54769 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755225AbYDOKCI (ORCPT ); Tue, 15 Apr 2008 06:02:08 -0400 From: David Howells In-Reply-To: <1208195405.5721.45.camel@brick> References: <1208195405.5721.45.camel@brick> Subject: Re: [PATCHv4 2/2] kernel: Move arches to use common unaligned access Date: Tue, 15 Apr 2008 11:01:54 +0100 Message-ID: <17632.1208253714@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Harvey Harrison Cc: dhowells@redhat.com, Russell King , linux-arch , Andrew Morton , Linus Torvalds Message-ID: <20080415100154.-2R2Sc5L-V1Dr7gVzF5-vAuzZ3VSagucG2iBgXFfGJg@z> Harvey Harrison wrote: > arch/frv/kernel/traps.c | 7 +- > arch/frv/mm/unaligned.c | 217 ------------------------------------- And arch/frv/mm/Makefile? It still refers to unaligned.c. > -#ifndef _ASM_UNALIGNED_H > -#define _ASM_UNALIGNED_H > +#ifndef _ASM_FRV_UNALIGNED_H > +#define _ASM_FRV_UNALIGNED_H Please don't! David --- [PATCH] FRV: Don't refer to arch/frv/mm/unaligned.c once it has been deleted From: David Howells arch/frv/mm/unaligned.c should not be mentioned in the local Makefile once the former has been deleted. Signed-off-by: David Howells --- arch/frv/mm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/frv/mm/Makefile b/arch/frv/mm/Makefile index fb8b1d8..1bca5ab 100644 --- a/arch/frv/mm/Makefile +++ b/arch/frv/mm/Makefile @@ -6,4 +6,4 @@ obj-y := init.o kmap.o obj-$(CONFIG_MMU) += \ pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \ - mmu-context.o dma-alloc.o unaligned.o elf-fdpic.o + mmu-context.o dma-alloc.o elf-fdpic.o