History log of /src/sys/arch/hpcarm/include/irqhandler.h |
Revision | | Date | Author | Comments |
1.9 |
| 13-Jun-2008 |
rafal | 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.
|
1.8 |
| 27-Apr-2008 |
matt | branches: 1.8.2; 1.8.4; Merge kernel changes in matt-armv6 to HEAD.
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.50; 1.7.74; 1.7.76; 1.7.78; merge ktrace-lwp.
|
1.6 |
| 23-Oct-2005 |
peter | - Remove __P. - Remove var names in function declaration.
|
1.5 |
| 12-Apr-2002 |
thorpej | branches: 1.5.10; 1.5.26; 1.5.28; 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>.
|
1.4 |
| 20-Dec-2001 |
thorpej | * 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.
|
1.3 |
| 30-May-2001 |
mrg | branches: 1.3.2; 1.3.8; use _KERNEL_OPT
|
1.2 |
| 15-May-2001 |
toshii | Change _ARM32_*_H_ to _HPCARM_*_H_.
|
1.1 |
| 23-Feb-2001 |
ichiro | branches: 1.1.2; 1.1.4; hpcarm: kernel for StrongARM-based WinCE PDA machine.
|
1.1.4.2 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.1 |
| 23-Feb-2001 |
bouyer | file irqhandler.h was added on branch thorpej_scsipi on 2001-03-12 13:28:26 +0000
|
1.1.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.3.8.3 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.3.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.3.8.1 |
| 30-May-2001 |
nathanw | file irqhandler.h was added on branch nathanw_sa on 2002-01-08 00:24:54 +0000
|
1.3.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.28.1 |
| 26-Oct-2005 |
yamt | sync with head
|
1.5.26.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.5.10.1 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.7.78.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.7.78.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.7.76.2 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.7.76.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.74.2 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.7.74.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.7.50.1 |
| 28-Jan-2008 |
matt | Given the that there are only 4 IPLs (ignoring soft IPLs), a number of cleanups can be done: Remove _SPL_* aliases. Don't store irqmasks in ci_cpl, just make it an ipl level. Add fast softint switching support.
|
1.8.4.1 |
| 18-Jun-2008 |
simonb | Sync with head.
|
1.8.2.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|