Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758688AbaGOLHu (ORCPT ); Tue, 15 Jul 2014 07:07:50 -0400 Received: from asavdk4.altibox.net ([109.247.116.15]:34747 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758450AbaGOLHr (ORCPT ); Tue, 15 Jul 2014 07:07:47 -0400 Date: Tue, 15 Jul 2014 13:07:30 +0200 From: Sam Ravnborg To: James Hogan Cc: Arnd Bergmann , lkml , linux-arch , Guan Xuetao , kvm Subject: Re: [PATCH 35/38] unicore32: clean-up uapi Kbuild file Message-ID: <20140715110730.GA3690@ravnborg.org> References: <20140714150609.GA28358@ravnborg.org> <1405350546-28467-1-git-send-email-sam@ravnborg.org> <1405350546-28467-35-git-send-email-sam@ravnborg.org> <53C50840.2020204@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53C50840.2020204@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James. > > +# Wapper from asm-generic > > generic-y += kvm_para.h > > > > You dropped the generic-y += kvm_para.h for arm64 & c6x, but not for > unicore, avr32 & ia64 patch, which seems a bit inconsistent. Was there > some reason behind that? I was fooling around with kvm_para.h and in both cases dropping them was wrong. kvm_para.h shows the current nightmare when you want to add a header file that for most architectures has a generic implementation, but in a few cases have a dedicated implementation. This is the same point that Arnd raises. I will fix it up so kvm_para.h is again specified for arm64 + c6x. And then will address the whole mess later if I manage to come up with something that is acceptable (simple enough). Thanks for the review! Sam -- 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/