commit | cf244e30f5b50763cbe85f7de30923d12999e38d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:30:34 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:34 2008 +0100 |
tree | eec188d1e806960981d8c537b698ae20c219afcc | |
parent | 3b23ed84ec34f04f54f7d5b1e35f258d64a7a5fb [diff] |
x86: spinlock_32/64 substitute types and instructions Use _slock_t for the spinlock data types and replace the instructions by string defines, which makes the code of 32/64 bit versions more or less identical. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>