From: Clark Williams <williams@redhat.com>
To: Ingo Molnar <mingo@redhat.com>
Cc: linux-rt-users@vger.kernel.org
Subject: Patch to stop backtrace on 2.6.20-rt8
Date: Thu, 08 Mar 2007 17:22:09 -0600 [thread overview]
Message-ID: <45F09AA1.3060909@redhat.com> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ingo,
This patch fixes a backtrace I get when disconnecting USB storage
devices (well ok, my iPod :)):
diff --git a/mm/slab.c b/mm/slab.c
index 8761f4f..948007e 100644
- --- a/mm/slab.c
+++ b/mm/slab.c
@@ -4121,7 +4121,7 @@ static int enable_cpucache(struct kmem_cache *cachep)
int drain_array(struct kmem_cache *cachep, struct kmem_list3 *l3,
struct array_cache *ac, int force, int node)
{
- - int this_cpu = smp_processor_id();
+ int this_cpu = raw_smp_processor_id();
int tofree;
if (!ac || !ac->avail)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFF8JqhHyuj/+TTEp0RAghfAKDnOZyOs8cusB4tulxTKtlI1wyrawCglEX3
GqENx7vnk9jrwD5w7WRfV2I=
=9qJX
-----END PGP SIGNATURE-----
reply other threads:[~2007-03-08 23:22 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=45F09AA1.3060909@redhat.com \
--to=williams@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=mingo@redhat.com \
/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.