All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch to stop backtrace on 2.6.20-rt8
@ 2007-03-08 23:22 Clark Williams
  0 siblings, 0 replies; only message in thread
From: Clark Williams @ 2007-03-08 23:22 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-rt-users

-----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-----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-08 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 23:22 Patch to stop backtrace on 2.6.20-rt8 Clark Williams

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.