Note addition of new chris-arm-intr-rework branch.

This commit is contained in:
chris 2007-08-11 19:10:07 +00:00
parent b62e2a9bce
commit 0c2fd7359e

View File

@ -1,4 +1,4 @@
# $NetBSD: BRANCHES,v 1.200 2007/08/03 22:20:48 jmcneill Exp $
# $NetBSD: BRANCHES,v 1.201 2007/08/11 19:10:07 chris Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@ -254,6 +254,18 @@ Notes: This code was on a branch because it involves changes to
cpuswitch.S which would otherwise make merging the
nathanw_sa branch difficult.
Branch: chris-arm-intr-rework
Description: Rework arm interrupt handling code
Status: Active
Start Date: 11 Aug 2007
End Date:
Base Tag: chris-arm-intr-rework-base
Maintainer: Chris Gilbert <chrisNetBSD.org>
Scope: sys/arch/arm sys/arch/cats (other arm archs to follow)
Notes: Rework arm interrupt code to provide a shared set of interrupt
routines, and allow improvements to be shared across all arm
based hardware.
Branch: gmcgarry_ctxsw
Description: Separate scheduler from context-switch code
Status: Dormant