android_kernel_xiaomi_sm8350/arch/powerpc/platforms/iseries
Ingo Molnar fe333321e2 powerpc: Change u64/s64 to a long long integer type
Convert arch/powerpc/ over to long long based u64:

 -#ifdef __powerpc64__
 -# include <asm-generic/int-l64.h>
 -#else
 -# include <asm-generic/int-ll64.h>
 -#endif
 +#include <asm-generic/int-ll64.h>

This will avoid reoccuring spurious warnings in core kernel code that
comes when people test on their own hardware. (i.e. x86 in ~98% of the
cases) This is what x86 uses and it generally helps keep 64-bit code
32-bit clean too.

[Adjusted to not impact user mode (from paulus) - sfr]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-01-13 14:47:59 +11:00
..
call_hpt.h
call_pci.h
call_sm.h
dt.c
exception.h
exception.S powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bit 2008-09-15 11:08:35 -07:00
htab.c
hvcall.S
hvlog.c
hvlpconfig.c
iommu.c powerpc: Change u64/s64 to a long long integer type 2009-01-13 14:47:59 +11:00
ipl_parms.h
irq.c
irq.h
it_exp_vpd_panel.h
it_lp_naca.h
Kconfig powerpc: Fix iseries drivers build failure without CONFIG_VIOPATH 2009-01-08 16:25:14 +11:00
ksyms.c
lpardata.c
lpevents.c
main_store.h
Makefile
mf.c powerpc: Use bcd2bin/bin2bcd 2008-08-20 16:34:58 +10:00
misc.S
naca.h
pci.c
pci.h
proc.c
processor_vpd.h
release_data.h
setup.c powerpc/iseries: Kexec is known not to work on iseries 2009-01-08 16:25:10 +11:00
setup.h
smp.c
smp.h
spcomm_area.h
vio.c
viopath.c
vpd_areas.h