Michael Matz 8859dc9e6d Support large alignment requests
The linux kernel has some structures that are page aligned,
i.e. 4096.  Instead of enlarging the bit fields to specify this,
use the fact that alignment is always power of two, and store only
the log2 minus 1 of it.  The 5 bits are enough to specify an alignment
of 1 << 30.
2016-12-15 17:49:56 +01:00
..
2016-12-15 17:49:56 +01:00
2016-12-15 17:01:22 +01:00
2016-12-15 17:04:07 +01:00
2016-12-15 17:49:56 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00