public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michal Simek <michal.simek@petalogix.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	lkml <linux-arch@vger.kernel.org>,
	microblaze-uclinux@itee.uq.edu.au, Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	John Williams <john.williams@petalogix.com>,
	John Linn <John.Linn@xilinx.com>,
	Stephen Neuendorffer <stephenn@xilinx.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Randy Dunlap <randy.dunlap@oracle.com>,
	Peter Korsgaard <jacmet@sunsite.dk>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [GIT PULL, v3] Microblaze architecture (arch/microblaze/) support
Date: Tue, 14 Apr 2009 03:39:48 +0200	[thread overview]
Message-ID: <20090414013948.GA30336@elte.hu> (raw)
In-Reply-To: <alpine.LFD.2.00.0904131818050.26713@localhost.localdomain>


* Linus Torvalds <torvalds@linux-foundation.org> 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 <monstr@monstr.eu>

From: Michal Simek <monstr@monstr.eu>

Adding one new line was recommended solution.
Test with make distclean

Signed-off-by: Michal Simek <monstr@monstr.eu>
---
 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 -----

  reply	other threads:[~2009-04-14  1:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-08  6:11 [GIT PULL, v3] Microblaze architecture (arch/microblaze/) support Michal Simek
2009-04-08  6:11 ` Michal Simek
2009-04-14  1:19 ` Linus Torvalds
2009-04-14  1:39   ` Ingo Molnar [this message]
2009-04-14 12:45   ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090414013948.GA30336@elte.hu \
    --to=mingo@elte.hu \
    --cc=John.Linn@xilinx.com \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arnd@arndb.de \
    --cc=jacmet@sunsite.dk \
    --cc=john.williams@petalogix.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@petalogix.com \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=randy.dunlap@oracle.com \
    --cc=stephenn@xilinx.com \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox