Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 19:21:03 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41543 for review
Message-ID:  <200311060321.hA63L3Tt079443@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=41543

Change 41543 by peter@peter_daintree on 2003/11/05 19:21:02

	make the mptable stuff dependent on 'options MPTABLE'

Affected files ...

.. //depot/projects/hammer/sys/conf/files.amd64#32 edit

Differences ...

==== //depot/projects/hammer/sys/conf/files.amd64#32 (text+ko) ====

@@ -50,8 +50,8 @@
 amd64/amd64/mem.c		standard
 amd64/amd64/mp_machdep.c	optional	smp
 amd64/amd64/mpboot.S		optional	smp
-amd64/amd64/mptable.c		standard
-amd64/amd64/mptable_pci.c	optional	pci
+amd64/amd64/mptable.c		optional	mptable
+amd64/amd64/mptable_pci.c	optional	mptable pci
 amd64/amd64/nexus.c		standard
 amd64/amd64/pmap.c		standard
 amd64/amd64/sigtramp.S		standard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311060321.hA63L3Tt079443>