Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752886AbbD0In3 (ORCPT ); Mon, 27 Apr 2015 04:43:29 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:53017 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbbD0In1 (ORCPT ); Mon, 27 Apr 2015 04:43:27 -0400 From: Arnd Bergmann To: Yoshinori Sato Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH v9 02/17] h8300: UAPI headers Date: Mon, 27 Apr 2015 10:43:14 +0200 Message-ID: <43964209.HMXbXhrAJP@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1430112924-1134-3-git-send-email-ysato@users.sourceforge.jp> References: <1430112924-1134-1-git-send-email-ysato@users.sourceforge.jp> <1430112924-1134-3-git-send-email-ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:SMv6DDuFDt+wsIKcTnK9LeRuHKf3Y+PcuaJkJfY2nQd6Jr2hPP5 ezkqNsB9jjy/TjbYyA1gHz1SavGP4DnW+L+GHlHcZJFLNvV0dDt14vdSXvbw4CiJFXQ57HV VKThhmxbmSVAY9oEX4VE8Yo1C0b8htak8ebYBnqu2KKhBAT0BBEIk9xNctJ9Xk+rK0zdhFb llcuSpBBv5407ILLtd+Qg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 38 On Monday 27 April 2015 14:35:09 Yoshinori Sato wrote: > diff --git a/arch/h8300/include/uapi/asm/auxvec.h b/arch/h8300/include/uapi/asm/auxvec.h > new file mode 100644 > index 0000000..1d36fe38 > --- /dev/null > +++ b/arch/h8300/include/uapi/asm/auxvec.h > @@ -0,0 +1,4 @@ > +#ifndef __ASMH8300_AUXVEC_H > +#define __ASMH8300_AUXVEC_H > + > +#endif > diff --git a/arch/h8300/include/uapi/asm/swab.h b/arch/h8300/include/uapi/asm/swab.h > new file mode 100644 > index 0000000..7847e56 > --- /dev/null > +++ b/arch/h8300/include/uapi/asm/swab.h > @@ -0,0 +1 @@ > +#include Two more files that you can just use in the generic version here. > diff --git a/arch/h8300/include/uapi/asm/signal.h b/arch/h8300/include/uapi/asm/signal.h > new file mode 100644 > index 0000000..af3a6c3 > --- /dev/null > +++ b/arch/h8300/include/uapi/asm/signal.h I think you should use the asm-generic version here, not just to make your code smaller, but also to ensure you have the gneeric ABI. Arnd -- 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/