> Does anyone know if there is any way to flush a cache line of the cpu to > force rereading system memory for a given address or address range?
There is the "clflush" instruction, but not all x86 CPUs support it. You need to check the CPUID flag to know for sure (/proc/cpuinfo will show a "clflush" flag if it is supported). - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html