All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Titera <P.Titera@century.cz>
To: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.29-rc1
Date: Sun, 11 Jan 2009 13:23:51 +0100	[thread overview]
Message-ID: <4969E4D7.5050802@century.cz> (raw)
In-Reply-To: <alpine.LFD.2.00.0901101551420.6528@localhost.localdomain>

Unfortunatelly it cannot be built without SMP support. This patch seems 
to fix it:

diff --git a/include/linux/smp.h b/include/linux/smp.h
index b824669..fd51bb9 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -11,6 +11,8 @@
 #include <linux/list.h>
 #include <linux/cpumask.h>
 
+#include <asm/smp.h>
+
 extern void cpu_idle(void);
 
 struct call_single_data {
@@ -30,7 +32,6 @@ extern unsigned int total_cpus;
 #include <linux/kernel.h>
 #include <linux/compiler.h>
 #include <linux/thread_info.h>
-#include <asm/smp.h>
 
 /*
  * main cross-CPU interfaces, handles INIT, TLB flush, STOP, etc.



Petr Titera

  parent reply	other threads:[~2009-01-11 12:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-11  0:13 Linux 2.6.29-rc1 Linus Torvalds
2009-01-11  8:04 ` Willy Tarreau
2009-01-11 10:18 ` Paul Rolland
2009-01-11 12:07   ` David Miller
2009-01-11 12:23 ` Petr Titera [this message]
2009-01-11 13:23   ` Jaswinder Singh Rajput
2009-01-11 13:54   ` Ingo Molnar
2009-01-11 14:56     ` Petr Titera
2009-01-11 17:29 ` Gene Heskett
2009-01-11 17:55 ` Paul Rolland
2009-01-11 18:03   ` Ingo Molnar
2009-01-11 19:46     ` Paul Rolland
2009-01-11 20:10 ` Linux 2.6.29-rc1 MAJOR advisory Gene Heskett
2009-01-11 21:06   ` Torsten Kaiser
2009-01-12  2:50     ` Gene Heskett
2009-01-12  6:57       ` Torsten Kaiser
2009-01-12  7:15         ` Justin P. Mattock
2009-01-11 21:28 ` Linux 2.6.29-rc1 Maciej Rutecki
2009-01-11 21:35   ` Jesper Juhl
2009-01-11 21:38     ` Maciej Rutecki
2009-01-12 22:05 ` Simon Holm Thøgersen
  -- strict thread matches above, loose matches on Subject: below --
2009-01-11 16:40 Torsten Schmidt
2009-01-11 18:19 ` Ingo Molnar

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=4969E4D7.5050802@century.cz \
    --to=p.titera@century.cz \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.