History log of /netbsd/sys/arch/hppa/dev/power.c (Results 1 – 3 of 3)
Revision Date Author Comments
# e067edd4 15-Apr-2019 skrll <skrll@NetBSD.org>

Trailing whitespace


# d65a6a67 01-Jun-2017 chs <chs@NetBSD.org>

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()

al

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.

show more ...


# fdfdea60 24-Feb-2014 skrll <skrll@NetBSD.org>

Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.