Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754620AbZDNBk7 (ORCPT ); Mon, 13 Apr 2009 21:40:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752234AbZDNBko (ORCPT ); Mon, 13 Apr 2009 21:40:44 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:51780 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbZDNBkn (ORCPT ); Mon, 13 Apr 2009 21:40:43 -0400 Date: Tue, 14 Apr 2009 03:39:48 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Michal Simek , Linux Kernel list , lkml , microblaze-uclinux@itee.uq.edu.au, Arnd Bergmann , Andrew Morton , John Williams , John Linn , Stephen Neuendorffer , Thomas Gleixner , Randy Dunlap , Peter Korsgaard , Alan Cox Subject: Re: [GIT PULL, v3] Microblaze architecture (arch/microblaze/) support Message-ID: <20090414013948.GA30336@elte.hu> References: <49DC4024.6090800@petalogix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2971 Lines: 86 * Linus Torvalds wrote: > On Wed, 8 Apr 2009, Michal Simek wrote: > > > > This repository contains Linux support for Xilinx Microblaze CPU. > > > > Please pull > > git://git.monstr.eu/linux-2.6-microblaze.git for-linus > > So I pulled, but I notice that there's a few empty header files. > > That looks intentional (they came in through a commit that says > "headers simple files - empty or redirect to asm-generic"), but it > means that "make distclean" will remove them. So if you really > want an empty header file, you should really make it not > _completely_ empty - add a comment to it or something. FYI, there's a patch queued up by Michal for this - see below. It's Tested-by Jeff as well. You might want to apply this from email if you want a distclean-correct -rc2 ? Ingo ----- Forwarded message from monstr@monstr.eu ----- Date: Mon, 13 Apr 2009 20:56:57 +0200 From: monstr@monstr.eu To: jeff@garzik.org Subject: [PATCH 1/1] microblaze: Fix problem with removing zero length files Cc: mingo@elte.hu, linux-kernel@vger.kernel.org, Michal Simek From: Michal Simek Adding one new line was recommended solution. Test with make distclean Signed-off-by: Michal Simek --- arch/microblaze/include/asm/auxvec.h | 1 + arch/microblaze/include/asm/cputable.h | 1 + arch/microblaze/include/asm/hw_irq.h | 1 + arch/microblaze/include/asm/user.h | 1 + arch/microblaze/include/asm/vga.h | 1 + 5 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/microblaze/include/asm/auxvec.h b/arch/microblaze/include/asm/auxvec.h index e69de29..8b13789 100644 --- a/arch/microblaze/include/asm/auxvec.h +++ b/arch/microblaze/include/asm/auxvec.h @@ -0,0 +1 @@ + diff --git a/arch/microblaze/include/asm/cputable.h b/arch/microblaze/include/asm/cputable.h index e69de29..8b13789 100644 --- a/arch/microblaze/include/asm/cputable.h +++ b/arch/microblaze/include/asm/cputable.h @@ -0,0 +1 @@ + diff --git a/arch/microblaze/include/asm/hw_irq.h b/arch/microblaze/include/asm/hw_irq.h index e69de29..8b13789 100644 --- a/arch/microblaze/include/asm/hw_irq.h +++ b/arch/microblaze/include/asm/hw_irq.h @@ -0,0 +1 @@ + diff --git a/arch/microblaze/include/asm/user.h b/arch/microblaze/include/asm/user.h index e69de29..8b13789 100644 --- a/arch/microblaze/include/asm/user.h +++ b/arch/microblaze/include/asm/user.h @@ -0,0 +1 @@ + diff --git a/arch/microblaze/include/asm/vga.h b/arch/microblaze/include/asm/vga.h index e69de29..8b13789 100644 --- a/arch/microblaze/include/asm/vga.h +++ b/arch/microblaze/include/asm/vga.h @@ -0,0 +1 @@ + -- 1.5.5.1 ----- End forwarded message ----- -- 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/