From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCHv3 2/2] kernel: Move arches to use common unaligned access Date: Mon, 14 Apr 2008 11:32:09 +0100 Message-ID: <4392.1208169129@redhat.com> References: <1207950449.22001.106.camel@brick> Return-path: In-Reply-To: <1207950449.22001.106.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 , Andrew Morton , linux-arch , Linus Torvalds Harvey Harrison wrote: > -#ifndef _ASM_UNALIGNED_H > -#define _ASM_UNALIGNED_H > +#ifndef _ASM_FRV_UNALIGNED_H_ > +#define _ASM_FRV_UNALIGNED_H_ Please don't. Why do you need to change these to make your patch work? > -extern int handle_misalignment(unsigned long esr0, unsigned long ear0, unsigned long epcr0); Don't lose this please, not unless you're going to erase the handle_misalignment() function and remove the refs to it. David From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:42984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751423AbYDNKcj (ORCPT ); Mon, 14 Apr 2008 06:32:39 -0400 From: David Howells In-Reply-To: <1207950449.22001.106.camel@brick> References: <1207950449.22001.106.camel@brick> Subject: Re: [PATCHv3 2/2] kernel: Move arches to use common unaligned access Date: Mon, 14 Apr 2008 11:32:09 +0100 Message-ID: <4392.1208169129@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Harvey Harrison Cc: dhowells@redhat.com, Russell King , Andrew Morton , linux-arch , Linus Torvalds Message-ID: <20080414103209.SiHyg3Mx3qU9Pm1WsACDZV5wyF3mU5aP_Quf8b6NGf0@z> Harvey Harrison wrote: > -#ifndef _ASM_UNALIGNED_H > -#define _ASM_UNALIGNED_H > +#ifndef _ASM_FRV_UNALIGNED_H_ > +#define _ASM_FRV_UNALIGNED_H_ Please don't. Why do you need to change these to make your patch work? > -extern int handle_misalignment(unsigned long esr0, unsigned long ear0, unsigned long epcr0); Don't lose this please, not unless you're going to erase the handle_misalignment() function and remove the refs to it. David