History log of /src/sys/arch/cats/include/irqhandler.h |
Revision | | Date | Author | Comments |
1.5 |
| 22-Oct-2002 |
chris | netwinder and cats can share irqhandler.h, so move (and rename) into the footbridge dir, and share it.
|
1.4 |
| 12-Apr-2002 |
thorpej | 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.3 |
| 20-Feb-2002 |
skrll | Remove a whole load of non-CATS stuff.
|
1.2 |
| 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.1 |
| 08-Jun-2001 |
chris | branches: 1.1.2; 1.1.8; Finish off the cats arch dir by creating an include dir and populating it from arm32/include. Make use of std.cats in the kernel config.
Fixup files.cats so it actually works.
|
1.1.8.5 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.1.8.4 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.1.8.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.1.8.1 |
| 08-Jun-2001 |
nathanw | file irqhandler.h was added on branch nathanw_sa on 2002-01-08 00:23:53 +0000
|
1.1.2.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.2.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.1.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|