android_kernel_xiaomi_sm8350/arch/ia64/kernel
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
..
cpufreq
acpi-ext.c
acpi-processor.c
acpi.c ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source 2007-07-25 01:29:39 -04:00
asm-offsets.c [IA64] Convert to generic timekeeping/clocksource 2007-07-20 11:22:30 -07:00
audit.c
brl_emu.c
crash_dump.c
crash.c
cyclone.c cyclone.c: silly use of volatile, __iomem fixes 2007-07-26 11:11:57 -07:00
efi_stub.S
efi.c handle kernelcore=: generic 2007-07-17 10:22:59 -07:00
entry.h
entry.S [IA64] fallocate system call 2007-07-19 13:48:00 -07:00
err_inject.c
esi_stub.S
esi.c
fsys.S [IA64] Convert to generic timekeeping/clocksource 2007-07-20 11:22:30 -07:00
fsyscall_gtod_data.h [IA64] Convert to generic timekeeping/clocksource 2007-07-20 11:22:30 -07:00
gate-data.S
gate.lds.S
gate.S [IA64] Stop bit for brl instruction 2007-07-09 13:37:44 -07:00
head.S [IA64] fix section mismatch warnings 2007-07-25 13:08:26 -07:00
ia64_ksyms.c
init_task.c
iosapic.c [IA64] Delete iosapic_free_rte() 2007-07-19 14:03:55 -07:00
irq_ia64.c [IA64] vector-domain - fix vector_table 2007-07-25 11:09:01 -07:00
irq_lsapic.c
irq.c [IA64] Add mapping table between irq and vector 2007-07-17 09:51:49 -07:00
ivt.S
jprobes.S
kprobes.c jprobes: make jprobes a little safer for users 2007-07-19 10:04:44 -07:00
machine_kexec.c
machvec.c [IA64] Ensure that machvec is set up takes place before serial console 2007-07-25 11:12:47 -07:00
Makefile
mca_asm.S [IA64] Support multiple CPUs going through OS_MCA 2007-07-11 11:50:11 -07:00
mca_drv_asm.S [IA64] Don't set psr.ic and psr.i simultaneously 2007-07-09 10:30:28 -07:00
mca_drv.c
mca_drv.h
mca.c [IA64] Support multiple CPUs going through OS_MCA 2007-07-11 11:50:11 -07:00
minstate.h
module.c
msi_ia64.c [IA64] Support irq migration across domain 2007-07-17 09:57:42 -07:00
numa.c
pal.S
palinfo.c
patch.c
perfmon_default_smpl.c
perfmon_generic.h
perfmon_itanium.h
perfmon_mckinley.h
perfmon_montecito.h
perfmon.c
process.c [IA64] rename partial_page 2007-07-25 12:56:39 -07:00
ptrace.c
relocate_kernel.S
sal.c
salinfo.c
semaphore.c
setup.c [IA64] Ensure that machvec is set up takes place before serial console 2007-07-25 11:12:47 -07:00
sigframe.h
signal.c
smp.c [IA64] Nail two more simple section mismatch errors 2007-07-25 13:08:41 -07:00
smpboot.c [IA64] fix section mismatch warnings 2007-07-25 13:08:26 -07:00
sys_ia64.c
time.c use CLOCKSOURCE_MASK() instead of too large constant 2007-07-26 11:11:57 -07:00
topology.c
traps.c Report that kernel is tainted if there was an OOPS 2007-07-17 10:23:02 -07:00
unaligned.c
uncached.c
unwind_decoder.c
unwind_i.h
unwind.c
vmlinux.lds.S [IA64] fix section mismatch warnings 2007-07-25 13:08:26 -07:00