Re: Accessing flash directly from User Space [SOLVED]
From: Alessandro Rubini <hidden>
Date: 2009-10-30 15:09:19
From: Alessandro Rubini <hidden>
Date: 2009-10-30 15:09:19
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