All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kip.macy@gmail.com>
To: Kurt Garloff <kurt@garloff.de>
Cc: Xen development list <xen-devel@lists.sourceforge.net>
Subject: Re: Linux 2.6.11 does not build SMP
Date: Sun, 13 Mar 2005 16:13:50 -0800	[thread overview]
Message-ID: <b1fa29170503131613610ec24e@mail.gmail.com> (raw)
In-Reply-To: <20050314000946.GE11361@tpkurt.garloff.de>

Yeah, I did the same. I just thought I'd report it. 

      -Kip




On Mon, 14 Mar 2005 01:09:46 +0100, Kurt Garloff <kurt@garloff.de> wrote:
> Hi Kip,
> 
> On Sun, Mar 13, 2005 at 03:32:50PM -0800, Kip Macy wrote:
> > #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
> > #define QUEUE_SIZE 2048
> > #define pte_offset_kernel pte_offset
> > #define pmd_val_ma(v) (v).pmd;
> > #define pud_t pgd_t
> > #define pud_offset(d, va) d
> > #else
> > #ifdef CONFIG_SMP
> > #define QUEUE_SIZE 1
> > #else
> > #define QUEUE_SIZE 128
> > #define pmd_val_ma(v) (v).pud.pgd.pgd;
> > #endif
> > #endif
> 
> I just moved the second #define pmd_val_ma(v) one line down to make it
> compile. I did not investigate whether it's correct. I guess not, but
> I also guess it does no harm.
> 
> Regards,
> --
> Kurt Garloff                   <kurt@garloff.de>             [Koeln, DE]
> Physics:Plasma modeling <garloff@plasimo.phys.tue.nl> [TU Eindhoven, NL]
> Linux: SUSE Labs (Director)    <garloff@suse.de>            [Novell Inc]
> 
> 
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  reply	other threads:[~2005-03-14  0:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-13 23:32 Linux 2.6.11 does not build SMP Kip Macy
2005-03-14  0:09 ` Kurt Garloff
2005-03-14  0:13   ` Kip Macy [this message]
2005-03-14  1:40   ` Christian Limpach
  -- strict thread matches above, loose matches on Subject: below --
2005-03-14  0:47 Ian Pratt
2005-03-14  2:42 ` Rik van Riel
2005-03-14  2:54   ` Kip Macy
2005-03-14  4:49     ` Rik van Riel
2005-03-14  5:04       ` Kip Macy

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=b1fa29170503131613610ec24e@mail.gmail.com \
    --to=kip.macy@gmail.com \
    --cc=kurt@garloff.de \
    --cc=xen-devel@lists.sourceforge.net \
    /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.