History log of /netbsd-src/sys/arch/hpcarm/include/irqhandler.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 3245ecab 13-Jun-2008 rafal <rafal@NetBSD.org>

Let hpcarm kernels boot again after the merge of the armv6 branch. Fixes
PR port-hpcarm/38591

XXX: There is still a hard hang that I've seen on both shark and hpcarm in
the process exit path; I don

Let hpcarm kernels boot again after the merge of the armv6 branch. Fixes
PR port-hpcarm/38591

XXX: There is still a hard hang that I've seen on both shark and hpcarm in
the process exit path; I don't know much beyond that yet.

show more ...


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f2afca50 23-Oct-2005 peter <peter@NetBSD.org>

- Remove __P.
- Remove var names in function declaration.


# 32a08607 12-Apr-2002 thorpej <thorpej@NetBSD.org>

Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are confi

Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are configured into the kernel. What
you really want to know is "== 1" or "> 1".
* Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending
on which ARM architecture versions are configured (based on CPU_*
options). Also defines ARM_NARCH to determins how many architecture
versions are configured.
* Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on
which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS
to determine how many MMU classes are configured.

Remove the needless inclusion of "opt_cputypes.h" in several places.
Convert remaining users to <arm/cpuconf.h>.

show more ...


# 01415786 20-Dec-2001 thorpej <thorpej@NetBSD.org>

* Share a common vector page between arm26 and arm32.
* Use a common set of exception handlers for all arm32 platforms.
* New FIQ framework based on discussions with Ben Harris, shared
between arm2

* Share a common vector page between arm26 and arm32.
* Use a common set of exception handlers for all arm32 platforms.
* New FIQ framework based on discussions with Ben Harris, shared
between arm26 and arm32.

show more ...


# 67afbd62 30-May-2001 mrg <mrg@NetBSD.org>

use _KERNEL_OPT


# fd61423f 15-May-2001 toshii <toshii@NetBSD.org>

Change _ARM32_*_H_ to _HPCARM_*_H_.


# c98cd6c0 23-Feb-2001 ichiro <ichiro@NetBSD.org>

hpcarm:
kernel for StrongARM-based WinCE PDA machine.