diff options
| author | dp78419 <none@none> | 2007-07-31 16:27:12 -0700 |
|---|---|---|
| committer | dp78419 <none@none> | 2007-07-31 16:27:12 -0700 |
| commit | ce8eb11a8717b4a57c68fd77ab9f8aac15b16bf2 (patch) | |
| tree | 772441639680866ab4a841bbef119c6a813e6c09 /usr/src/uts/i86pc/sys/memnode.h | |
| parent | 79777a7dd0179283917bda2ba98999c382d31c2c (diff) | |
| download | illumos-joyent-ce8eb11a8717b4a57c68fd77ab9f8aac15b16bf2.tar.gz | |
PSARC 2006/675 MPO for Victoria Falls/Maramba project
6539930 MPO for sun4v platforms
Diffstat (limited to 'usr/src/uts/i86pc/sys/memnode.h')
| -rw-r--r-- | usr/src/uts/i86pc/sys/memnode.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/src/uts/i86pc/sys/memnode.h b/usr/src/uts/i86pc/sys/memnode.h index c76f90216e..21a059ac44 100644 --- a/usr/src/uts/i86pc/sys/memnode.h +++ b/usr/src/uts/i86pc/sys/memnode.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -51,9 +50,6 @@ extern "C" { #define PFN_2_MEM_NODE(pfn) \ ((max_mem_nodes > 1) ? plat_pfn_to_mem_node(pfn) : 0) -#define LGRPHAND_2_MEM_NODE(lgrp_plat_hand) \ - ((max_mem_nodes > 1) ? plat_lgrphand_to_mem_node(lgrp_plat_hand) : 0) - #define MEM_NODE_2_LGRPHAND(mnode) \ ((max_mem_nodes > 1) ? plat_mem_node_to_lgrphand(mnode) : \ LGRP_DEFAULT_HANDLE) @@ -90,7 +86,6 @@ extern void mem_node_post_del_slice(pfn_t, pfn_t, int); extern int mem_node_alloc(void); extern pgcnt_t mem_node_memlist_pages(int, struct memlist *); - extern struct mem_node_conf mem_node_config[]; extern uint64_t mem_node_physalign; extern int mem_node_pfn_shift; |
