Skip to content
Commit 16afea02 authored by Art Haas's avatar Art Haas Committed by Linus Torvalds
Browse files

[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: default avatarArt Haas <ahaas@airmail.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3e577a80
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment