On 17.07.2008 00:06, Marc Jones wrote:
Some HT cleanup. Shouldn't be anything major.
Clean up AMD FAM10 HT variable initialization. The structure init is cleaner, avoid compiler warnings, and matches the AMD example code more closely.
Signed-off-by: Marc Jones marc.jones@amd.com
While I do like most parts of the cleanup, I'm not so totally sure about the structure inits. They are easier to read now, but I wonder whether C99 initializers would have been the way to go.
Regards, Carl-Daniel