111,116c111,115
< if options.numa_high_bit == 0:
< if dir_bits > 0:
< # add 5 because bits 0-5 are the block offset
< numa_bit = dir_bits + 5
< else:
< numa_bit = 6
---
> if dir_bits > 0:
> # add 5 because bits 0-5 are the block offset
> numa_bit = dir_bits + 5
> else:
> numa_bit = 6