Re: whats happening

2000-12-23 Thread keyser-lk
On Sat, 23 Dec 2000, Sourav Sen wrote: > In some parts of the kernel code I find expression like > > len = (len + ~PAGE_MASK) & PAGE_MASK ; > > Whats happening to len? It's being aligned properly. if you have a continuous array of objects that are each 8 bytes,

whats happening

2000-12-23 Thread Sourav Sen
In some parts of the kernel code I find expression like len = (len + ~PAGE_MASK) & PAGE_MASK ; Whats happening to len? ~sourav - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http