Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hp300



Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 22 16:29:36 UTC 2008

Modified Files:
        src/sys/arch/hp300/dev: dma.c
        src/sys/arch/hp300/hp300: autoconf.c intr.c
        src/sys/arch/hp300/include: intr.h

Log Message:
Don't recompute an ipl level for IPL_VM during or after cpu_configure(9)
and use a static and possible highest ipl value (ipl 5) for IPL_VM
so that we can put ipl2psl_table[] conversion into makeiplcookie(9),
which could be called before cpu_configure(9).

Fixes "panic: sbappendaddr" on NFS load.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/hp300/dev/dma.c
cvs rdiff -r1.90 -r1.91 src/sys/arch/hp300/hp300/autoconf.c
cvs rdiff -r1.35 -r1.36 src/sys/arch/hp300/hp300/intr.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/hp300/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index