Hi, Can anybody explain what is a memory barrier?
I was scanning through some of the sample code of module implementation. In many places author has called a macro 'mb()'. Without any detail comments author has said 'a memeory barrier is required...'. I found that mb is defined as 'do{;} while(0)'
----- Shirish@antara.net