mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 02:04:05 +08:00
182ec4eee3
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
4 lines
169 B
C
4 lines
169 B
C
/* This file provides the bit-probabilities for the input file */
|
|
#define BIT_DIVIDER 629
|
|
static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */
|