NetBSD-Bugs archive

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

port-alpha/44502: eventcounters initialized too early



>Number:         44502
>Category:       port-alpha
>Synopsis:       eventcounters initialized too early
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-alpha-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 02 11:00:01 +0000 2011
>Originator:     Martin Husemann
>Release:        NetBSD 5.99.45
>Organization:
The NetBSD Foundation, Inc.
>Environment:
>Description:
Alpha tries to attach event counters in trap_init(), which is (for the first
processor) called too early, i.e. before evcnt_init(). This causes a panic
at boot.

>How-To-Repeat:
Just boot a current kernel.

>Fix:
Move the event counter initalization out of trap_init()?



Home | Main Index | Thread Index | Old Index