* Pietro Cerutti <[EMAIL PROTECTED]> wrote: > Before starting to hack it, I would like to know what you think about > it. Do you find it useful or not?
I was thinking about this as well, because my TTY hackery could also use
this to preallocate cblocks to store characters from interrupts, but
then you could also just keep a free list to store them. You need to
allocate them anyway, so the space is already wasted.
Using your own per-{device,object,etc} free list should even be faster,
because uma probably has some per-zone spinlock, while you may not need
the locking in your specific situation (i.e. another lock already
protects it).
--
Ed Schouten <[EMAIL PROTECTED]>
WWW: http://g-rave.nl/
pgpY1jKN977UZ.pgp
Description: PGP signature

