atomic_t: unify all arch definitions
[deliverable/linux.git] / include / asm-mn10300 / atomic.h
index 27c9690b95745e1c5c7bf72f151bc4a58f3c530a..bc064825f9b1b11380f299c24d98fda795d31c0a 100644 (file)
  * resource counting etc..
  */
 
-/*
- * Make sure gcc doesn't try to be clever and move things around
- * on us. We need to use _exactly_ the address the user gave us,
- * not some alias that contains the same information.
- */
-typedef struct {
-       int     counter;
-} atomic_t;
-
 #define ATOMIC_INIT(i) { (i) }
 
 #ifdef __KERNEL__
This page took 0.037357 seconds and 5 git commands to generate.