[Cbe-oss-dev] [PATCH 4/5] powerpc: export symbols for page size selection

Arnd Bergmann arnd.bergmann at de.ibm.com
Sat Apr 8 02:03:01 EST 2006


On Friday 07 April 2006 17:42, Olof Johansson wrote:
> Yeah, what's the need for that, really? It needs to know so much of
> kernel internals that it's getting silly to allow it to be a module.
> 
It's still quite handy to have the actual file system as a module,
because

a) the module is rather bloated atm, it's about 200kb including the
   embedded spu code that it runs for context switch. I don't want
   to burden the generic distros with that
b) It simplifies development a bit to not have to reload the whole
   kernel when making changes. Booting with all the HW debugger stuff
   enabled takes quite a bit of time, especially when you have to
   tunnel the binaries through our internal network ;-).

We currently have two modules, and the base module has most of the
stuff that has dependencies on exported symbols. The binary is
25k on my system (with some debugging options enabled).

How about if I do a patch that always includes the base but not
the actual file system?

	Arnd <><



More information about the Linuxppc-dev mailing list