kernel-ark/arch/ppc64/kernel
Paul Mackerras 3892c5fa94 [PATCH] ppc64: fix prom.c compile warning
The code in unflatten_device_tree knows that get_property is written to
only return with lenp equal to 1 when also returning a valid pointer.
The gcc 3.3.3 compiler is not able to prove this to itself, so it warns
about a possible uninitialized pointer dereference:

 .../arch/ppc64/kernel/prom.c: In function `unflatten_device_tree':
 .../arch/ppc64/kernel/prom.c:828:
 warning: `p' might be used uninitialized in this function

Unless it is desired to rework the interaction between the two
functions, this will keep the existing behavior but quiet the compiler.

Signed-off-by: Amos Waterland <apw@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-05-05 22:00:52 -07:00
..
vdso32
vdso64
align.c
asm-offsets.c
binfmt_elf32.c
bitops.c
btext.c
cpu_setup_power4.S
cputable.c
dma.c
eeh.c
entry.S
head.S
HvCall.c
hvCall.S
hvconsole.c
hvcserver.c
HvLpConfig.c
HvLpEvent.c [PATCH] Change synchronize_kernel to _rcu and _sched 2005-05-01 08:59:04 -07:00
i8259.c
i8259.h
idle_power4.S
idle.c
init_task.c
ioctl32.c
iomap.c
iommu.c
irq.c
iSeries_htab.c
iSeries_iommu.c
iSeries_irq.c
iSeries_pci_reset.c
iSeries_pci.c
iSeries_proc.c
iSeries_setup.c
iSeries_setup.h
iSeries_smp.c
iSeries_VpdInfo.c
ItLpQueue.c
kprobes.c
lmb.c
lparcfg.c
LparData.c
Makefile
maple_pci.c
maple_setup.c
maple_time.c
mf.c
misc.S
module.c
mpic.c
mpic.h
nvram.c [PATCH] ppc64: nvram cleanups 2005-05-01 08:58:44 -07:00
of_device.c
pacaData.c
pci_direct_iommu.c
pci_dn.c
pci_iommu.c
pci.c [PATCH] ppc64: pgtable.h and other header cleanups 2005-05-05 16:36:32 -07:00
pci.h
pmac_feature.c
pmac_low_i2c.c
pmac_nvram.c
pmac_pci.c
pmac_setup.c
pmac_smp.c
pmac_time.c
pmac.h
pmc.c
ppc_ksyms.c
proc_ppc64.c
process.c
prom_init.c [PATCH] ppc64: firmware workaround 2005-05-01 08:58:46 -07:00
prom.c [PATCH] ppc64: fix prom.c compile warning 2005-05-05 22:00:52 -07:00
pSeries_hvCall.S [PATCH] ppc64: enforce medium thread priority in hypervisor calls 2005-05-01 08:58:46 -07:00
pSeries_iommu.c
pSeries_lpar.c
pSeries_nvram.c
pSeries_pci.c
pSeries_reconfig.c
pSeries_setup.c
pSeries_smp.c
ptrace32.c [PATCH] convert that currently tests _NSIG directly to use valid_signal() 2005-05-01 08:59:14 -07:00
ptrace.c Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 2005-05-03 08:14:09 +01:00
ras.c
rtas_flash.c
rtas-proc.c
rtas.c
rtasd.c
rtc.c
scanlog.c
semaphore.c
setup.c
signal32.c
signal.c [PATCH] arch/ppc64: Replace custom MIN macro 2005-05-05 19:32:59 -07:00
smp-tbsync.c
smp.c [PATCH] ppc64: use smp_mb and smp_wmb 2005-05-01 08:58:47 -07:00
sys_ppc32.c
syscalls.c
sysfs.c
time.c [PATCH] ppc64: use smp_mb and smp_wmb 2005-05-01 08:58:47 -07:00
traps.c
u3_iommu.c
udbg.c
vdso.c
vecemu.c
vector.S
vio.c
viopath.c
vmlinux.lds.S
xics.c
XmPciLpEvent.c