|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] xm --version
> can you confirm that ht_per_core is also wrongly set? it is
> set (=1) at arch/x86/setup.c or arch/ia64/smpboot.c, but
> never changed. but this variable is used somewhere, and got
> reported in "xm info", for example.
>
> so all of its usage are also wrong when we use HT? (because
> in that case ht_per_core must be 2)
OK, that's bad -- the code that initialised ht_per_core has also gone.
What we need to do is to take the new code from Linux 2.6.12-rc5 that
understands multicore, and correctly initialise ht_per_core and
core_per_socket. We can hardwire socket_per_node=1 for the moment.
Thanks,
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|