> Your "addl $0, (%%esp)" make no sense to me.
It's basically a dummy store, which prevents previous reads executing
after the write has been executed. [It's guaranteed to be a store and it
will never be optimized away by the CPU as a no-op.]
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/