Linux-Next discussions
 help / color / mirror / Atom feed
From: Alexander Beregalov <a.beregalov@gmail.com>
To: linux-next <linux-next@vger.kernel.org>,
	James Bottomley <James.Bottomley@hansenpartnership.com>
Subject: next: voyager: sm/smp.h:205: error: 'smp_ops' undeclared
Date: Wed, 10 Jun 2009 15:48:22 +0400	[thread overview]
Message-ID: <a4423d670906100448o161fb18am1868878c827376b5@mail.gmail.com> (raw)

Hi

arch/x86/include/asm/smp.h: In function 'hard_smp_processor_id':
arch/x86/include/asm/smp.h:205: error: 'smp_ops' undeclared (first use
in this function)

The code
static inline int hard_smp_processor_id(void)
{
        return smp_ops.hard_smp_processor_id();
}
should be under #ifdef CONFIG_SMP

             reply	other threads:[~2009-06-10 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 11:48 Alexander Beregalov [this message]
2009-06-10 19:14 ` next: voyager: sm/smp.h:205: error: 'smp_ops' undeclared James Bottomley

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=a4423d670906100448o161fb18am1868878c827376b5@mail.gmail.com \
    --to=a.beregalov@gmail.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=linux-next@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox