Accessing flash directly from User Space [SOLVED]

Alessandro Rubini rubini at gnudd.com
Sat Oct 31 02:08:55 EST 2009


> asm("eieio; sync");

Hmm...
	: : : "memory"

And, doesn't ";" start a comment in assembly? (no, not on powerpc it seems)

Just to make sure, if you replace msync() with another system call,
like "kill(1, 0);" you can verify wether it's really useful or if it's
only acting as a barrier.

/alessandro


More information about the Linuxppc-dev mailing list