Thread (59 messages) flat view 59 messages, 6 authors, 2011-03-21

[PATCH v4 01/19] ARM: Make the argument to virt_to_phys() "const volatile"

From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-01-25 14:15:25
Also in: lkml

On Tuesday 25 January 2011, Russell King - ARM Linux wrote:
quoted
Stephen, you might want to have a look at why the warning even appears
on MSM. Most uses of 'volatile' are misguided, and there could be an
actual bug in there.
It's actually the right thing - look at x86's definition:

static inline phys_addr_t virt_to_phys(volatile void *address)
Yes, the definition of virt_to_phys using a volatile pointer makes sense
because it allows you to pass volatile pointers, even if it doesn't
make any volatile accesses itself, hence my Acked-by.

However, marking variables as volatile needs to be done very carefully,
and the particular use in arch/arm/mach-msm/smd.c looks suspicious.
I don't think it can cause any actual harm to add volatile to the
smd_half_channel variables, but it disables some optimizations that
gcc can otherwise make, and it's not a replacement for locking or
atomic accesses.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help