mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kevin Winchester <kwin@ns.sympatico.ca>
To: linux-kernel@vger.kernel.org
Subject: x86_64 ACPI Error in 2.6.16-rc4-mm1
Date: Mon, 20 Feb 2006 20:13:59 -0400	[thread overview]
Message-ID: <43FA5B47.3070703@ns.sympatico.ca> (raw)


I have the following little message in my log with rc4-mm1 that I don't 
have with vanilla rc4, running on a single processor athlon 64 box:

ACPI Error (acpi_processor-0488): Getting cpuindex for acpiid 0x1 [20060210]

It apparently gets printed here (in drivers/acpi/processor_core.c):

        /*
         *  Extra Processor objects may be enumerated on MP systems with
         *  less than the max # of CPUs. They should be ignored _iff
         *  they are physically not present.
         */
        if (cpu_index >= NR_CPUS) {
                if (ACPI_FAILURE
                    (acpi_processor_hotadd_init(pr->handle, &pr->id))) {
                        ACPI_ERROR((AE_INFO,
                                    "Getting cpuindex for acpiid 0x%x",
                                    pr->acpi_id));
                        return_VALUE(-ENODEV);
                }
        }

It doesn't seem to cause anything not to work, but I thought I'd mention 
it anyway.  If it is obvious to anyone why I get the message, I won't 
have to try to bisect the patches.

I can send my config if anyone wants to see it, and I can also test 
patches.  I'm not subscribed to the list, so please CC me.

Thanks,
Kevin Winchester



                 reply	other threads:[~2006-02-21  0:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=43FA5B47.3070703@ns.sympatico.ca \
    --to=kwin@ns.sympatico.ca \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®