commit | 16afea0255cf6963eb924d4334cdb5acb9074581 | [log] [tgz] |
---|---|---|
author | Art Haas <ahaas@airmail.net> | Wed Dec 06 14:45:53 2006 -0600 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 06 14:39:53 2006 -0800 |
tree | c86f8130cd07e441b81df1d3489de3d1e32838bb | |
parent | 3e577a80ea85e2557831fd44064f809646f260b4 [diff] |
[PATCH] Remove 'volatile' from spinlock_types This is a resubmission of patches originally created by Ingo Molnar. The link below is the initial (?) posting of the patch. http://marc.theaimsgroup.com/?l=linux-kernel&m=115217423929806&w=2 Remove 'volatile' from spinlock_types as it causes GCC to generate bad code (see link) and locking should be used on kernel data. Signed-off-by: Art Haas <ahaas@airmail.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>