diff options
author | dp78419 <none@none> | 2007-03-05 13:11:00 -0800 |
---|---|---|
committer | dp78419 <none@none> | 2007-03-05 13:11:00 -0800 |
commit | bb121940c2fe627557326e0143391ace6e6b7372 (patch) | |
tree | 121c7d2e0883c513df7bdf5823d0d6124b53dffa /usr/src/uts/sun4u/lw8 | |
parent | 7d64d5d26a5c77ec77ec4af21ecfd1fdb5b908d3 (diff) | |
download | illumos-gate-bb121940c2fe627557326e0143391ace6e6b7372.tar.gz |
6510878 Kernel Boot time data structures can be mapped with Large pages to improve performance
Diffstat (limited to 'usr/src/uts/sun4u/lw8')
-rw-r--r-- | usr/src/uts/sun4u/lw8/Makefile.lw8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/lw8/Makefile.lw8 b/usr/src/uts/sun4u/lw8/Makefile.lw8 index 0f718064a0..1f310679ca 100644 --- a/usr/src/uts/sun4u/lw8/Makefile.lw8 +++ b/usr/src/uts/sun4u/lw8/Makefile.lw8 @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -112,6 +112,7 @@ MACHINE_DEFS += -DMAX_MEM_NODES=8 MACHINE_DEFS += -DLOCKED_DTLB_ENTRIES=6 # Max IOSRAM TOC major version number supported MACHINE_DEFS += -DMAX_IOSRAM_TOC_VER=0x1 +MACHINE_DEFS += -DC_OBP # Define for inline pre-processing since # cpp not smart about v9 yet. |