NetBSD/sys/arch/powerpc/pic
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
files.ipi
files.pic
i8259_common.c
intr.c
ipi.c
ipi_openpic.c
ipivar.h
openpic_common.c
pic_distopenpic.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
pic_i8259.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
pic_mpcsoc.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
pic_openpic.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
pic_prepivr.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
picvar.h