summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-04-08 02:56:09 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-04-08 02:56:09 +0000
commit40d148550ae7be909ab99a5c1be90e248de97d2c (patch)
treeda7dd1086cc530c5d65be908c9a13a960bb1cb15 /arch
parent5d8a43e3a70906917ac716df45b627cdd5e6d91c (diff)
Take notes before I forget ...
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/sgi-ip27/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/TODO b/arch/mips64/sgi-ip27/TODO
index fbe55ea5c..7fc35a844 100644
--- a/arch/mips64/sgi-ip27/TODO
+++ b/arch/mips64/sgi-ip27/TODO
@@ -14,3 +14,6 @@ being invoked on all nodes in ip27-memory.c.
9. start_thread must turn off UX64 ... and define tlb_refill_debug.
10. Need a bad pmd table, bad pte table. __bad_pmd_table/__bad_pagetable
does not agree with pgd_bad/pmd_bad.
+11. All intrs (ip27_do_irq handlers) are targetted at cpu A on the node.
+This might need to change later. Only the timer intr is set up to be
+received on both Cpu A and B. (ip27_do_irq()/bridge_startup())