Re: [PATCH] Support for alignment in the zone allocator

2007-01-04 Thread olafBuddenhagen
Hi, On Tue, Jan 02, 2007 at 12:19:44PM +0100, Thomas Schwinge wrote: > > 2006-12-30 Richard Braun <[EMAIL PROTECTED]> > > > > Added alignment support in the zone allocator. > > > > * kern/zalloc.c (ALIGN_SIZE_UP): New macro. > In general (also for Samuel): you don't have to write the

Re: [PATCH] Support for alignment in the zone allocator

2007-01-02 Thread Thomas Schwinge
Hello! A happy new year to everyone! On Sat, Dec 30, 2006 at 12:53:24PM +0100, Richard Braun wrote: > Here is a patch that does it all. Any comments ? As I told you already on irc, I think that the patch is fine. If Samuel (who needed this functionality, if I recall correctly) also agrees then

Re: [PATCH] Support for alignment in the zone allocator

2006-12-30 Thread Barry deFreese
Richard Braun wrote: Here is a patch that does it all. Any comments ? 2006-12-30 Richard Braun <[EMAIL PROTECTED]> Added alignment support in the zone allocator. * kern/zalloc.c (ALIGN_SIZE_UP): New macro. (zinit): New `align' parameter. (zget_space): Likewis

[PATCH] Support for alignment in the zone allocator

2006-12-30 Thread Richard Braun
Here is a patch that does it all. Any comments ? 2006-12-30 Richard Braun <[EMAIL PROTECTED]> Added alignment support in the zone allocator. * kern/zalloc.c (ALIGN_SIZE_UP): New macro. (zinit): New `align' parameter. (zget_space): Likewise. (zone_bootst