Re: [PATCH] per-cpu support inside modules (minimal)

From: David Mosberger (davidm@napali.hpl.hp.com)
Date: Thu May 22 2003 - 13:39:32 EST


  Rusty> OK, this does the *minimum* required to support
  Rusty> DEFINE_PER_CPU inside modules. If we decide to change
  Rusty> kmalloc_percpu later, great, we can turf this out.

  Rusty> Basically, overallocates the amount of per-cpu data at boot
  Rusty> to at least PERCPU_ENOUGH_ROOM if CONFIG_MODULES=y
  Rusty> (arch-specific by default 16k: I have only 5700 bytes of
  Rusty> percpu data in my kernel here, so makes sense), and a special
  Rusty> allocator in module.c dishes it out.

  Rusty> Comments welcome!

Looks good to me. For ia64, I guess I'll want to add a

        #define PERCPU_ENOUGH_ROOM PERCPU_PAGE_SIZE

somewhere, but that doesn't sound so hard. ;-)

Thanks!

        --david
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:50 EST