Re: [SisopIII-l] Re: [PATCH] fix #endif misplacement
From: Felipe W Damasio
Date: Fri Nov 28 2003 - 11:41:05 EST
Hi Tim,
Tim Schmielau wrote:
No, this is exactly what is intended: don't use the TSC on NUMA, use
jiffies instead.
The patch didn't hurt this.
Look at the comment just above those lines.
The patch doesn't uses jiffies indiscriminately: Only if we're on a
NUMA system with !use_tsc.
Otherwise (on x86 SMP, for example) we use rdtsc...which seems The
Right Thing(tm). Hece move the #endif a bit down.
Cheers
Felipe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/