sched: fine-tune SD_SIBLING_INIT

fine-tune the HT sched-domains parameters as well.

On a HT capable box, this increases lat_ctx performance from 23.87
usecs to 1.49 usecs:

# before

$ ./lat_ctx -s 0 2

"size=0k ovr=1.89
2 23.87

# after

$ ./lat_ctx -s 0 2

"size=0k ovr=1.84
2 1.49

Signed-off-by: Ingo Molnar <mingo@elte.hu>

+1 -1
+1 -1
include/linux/topology.h
··· 99 99 | SD_BALANCE_FORK \ 100 100 | SD_BALANCE_EXEC \ 101 101 | SD_WAKE_AFFINE \ 102 - | SD_WAKE_IDLE \ 102 + | SD_WAKE_BALANCE \ 103 103 | SD_SHARE_CPUPOWER, \ 104 104 .last_balance = jiffies, \ 105 105 .balance_interval = 1, \