kernel_optimize_test/arch/ia64
Al Viro 6aa8b04975 cyclone.c: silly use of volatile, __iomem fixes
u32* volatile cyclone_timer means volatile auto pointer to u32,
which is clearly not what had been intended (we never even take
the address of that variable, let alone pass it to something that
could change it behind our back).  u32 volatile * is what the
authors apparently wanted to say, but in reality we don't need that
qualifier there at all - it's (properly) only passed to iomem helpers
which takes care of that stuff just fine.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-26 11:11:57 -07:00
..
configs
dig
hp
ia32 [IA64] rename partial_page 2007-07-25 12:56:39 -07:00
kernel cyclone.c: silly use of volatile, __iomem fixes 2007-07-26 11:11:57 -07:00
lib
mm
oprofile
pci [IA64] Nail two more simple section mismatch errors 2007-07-25 13:08:41 -07:00
scripts
sn
defconfig
install.sh
Kconfig
Kconfig.debug
Makefile
module.lds