NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/38478 [ad%netbsd.org@localhost: CVS commit: src/sys/arch]
The following reply was made to PR port-amd64/38478; it has been noted by GNATS.
From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-amd64/38478 [ad%netbsd.org@localhost: CVS commit:
src/sys/arch]
Date: Mon, 12 May 2008 15:57:38 +0100
----- Forwarded message from Andrew Doran <ad%netbsd.org@localhost> -----
Subject: CVS commit: src/sys/arch
From: Andrew Doran <ad%netbsd.org@localhost>
Date: Mon, 12 May 2008 14:41:08 +0000 (UTC)
To: source-changes%NetBSD.org@localhost
Module Name: src
Committed By: ad
Date: Mon May 12 14:41:07 UTC 2008
Modified Files:
src/sys/arch/amd64/amd64: db_interface.c
src/sys/arch/i386/i386: db_interface.c
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: cpu.c mtrr_i686.c
Log Message:
- Make cpu_number() return MI index, otherwise the pmap cannot work on
systems with lapic IDs > X86_MAXPROCS.
- Kill cpu_info[] array and use MI cpu_lookup_byindex().
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/amd64/amd64/db_interface.c
cvs rdiff -r1.58 -r1.59 src/sys/arch/i386/i386/db_interface.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/include/cpu.h
cvs rdiff -r1.48 -r1.49 src/sys/arch/x86/x86/cpu.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/x86/x86/mtrr_i686.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
----- End forwarded message -----
Home |
Main Index |
Thread Index |
Old Index