x86: SGI UV: Add volatile semantics to macros that access chipset registers
authorJack Steiner <steiner@sgi.com>
Thu, 10 Sep 2009 14:31:49 +0000 (09:31 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Sep 2009 12:05:32 +0000 (14:05 +0200)
Add volatile-semantics to the SGI UV read/write macros that are
used to access chipset memory mapped registers. No direct
references to volatile are made. Instead the readq/writeq macros
are used.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Cc: linux-mm@kvack.org
Cc: dwalker@fifo99.com
Cc: cfriesen@nortel.com
LKML-Reference: <20090910143149.GA14273@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found