NetBSD-Bugs archive

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

PR/41106 CVS commit: [netbsd-5-0] src/sys/arch/alpha/alpha



The following reply was made to PR port-alpha/41106; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41106 CVS commit: [netbsd-5-0] src/sys/arch/alpha/alpha
Date: Wed, 16 Sep 2009 04:14:33 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Wed Sep 16 04:14:33 UTC 2009
 
 Modified Files:
        src/sys/arch/alpha/alpha [netbsd-5-0]: cpu.c
 
 Log Message:
 Pull up following revision(s) (requested by mhitch in ticket #949):
        sys/arch/alpha/alpha/cpu.c: revision 1.86
 There's now some per-cpu initialization that occurs before the secondary
 cpus are told to begin running.  Since the seconedary cpus weren't being
 added to the cpu_info list until then, that initialization wasn't being
 done and resulted in crashes on the secondary cpus.  Add the secondary
 cpus to the cpu_info_list after they've been started (but waiting to be
 told to start running).  This fixes the problem specifically stated in
 PR port-alpha/41106.  MP alphas will now at least boot and begin running,
 but will eventually crash in various ways later.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.82 -r1.82.14.1 src/sys/arch/alpha/alpha/cpu.c
 
 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