commit | afb33f8c0d7dea8c48ae1c2e3af5b437aa8dd7bb | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Mon Jan 12 12:53:45 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 20 17:14:28 2009 +0100 |
tree | 7288c6668091059dd51064b6b4cbe39871846285 | |
parent | 422e79a8b39d9ac73e410dc3cd099aecea82afd2 [diff] |
x86: remove byte locks Impact: cleanup Remove byte locks implementation, which was introduced by Jeremy in 8efcbab6 ("paravirt: introduce a "lock-byte" spinlock implementation"), but turned out to be dead code that is not used by any in-kernel virtualization guest (Xen uses its own variant of spinlocks implementation and KVM is not planning to move to byte locks). Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Ingo Molnar <mingo@elte.hu>