summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_pcpu.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-14 20:14:25 +0000
committerdim <dim@FreeBSD.org>2010-11-14 20:14:25 +0000
commit756e9f53779b25e86ec78fa8ea80b869110fb7e5 (patch)
treee7ef401664063000bd5a4405863bbb31f320b00d /lib/libkvm/kvm_pcpu.c
parent6a94c7762a006a9c28315abb507ae2508bf3d458 (diff)
downloadFreeBSD-src-756e9f53779b25e86ec78fa8ea80b869110fb7e5.zip
FreeBSD-src-756e9f53779b25e86ec78fa8ea80b869110fb7e5.tar.gz
Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h
as a macro, and use it instead of literal strings.
Diffstat (limited to 'lib/libkvm/kvm_pcpu.c')
-rw-r--r--lib/libkvm/kvm_pcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_pcpu.c b/lib/libkvm/kvm_pcpu.c
index 484d2ea..d896c4f 100644
--- a/lib/libkvm/kvm_pcpu.c
+++ b/lib/libkvm/kvm_pcpu.c
@@ -197,9 +197,9 @@ _kvm_dpcpu_init(kvm_t *kd)
{
struct nlist nl[] = {
#define NLIST_START_SET_PCPU 0
- { "___start_set_pcpu" },
+ { "___start_" DPCPU_SETNAME },
#define NLIST_STOP_SET_PCPU 1
- { "___stop_set_pcpu" },
+ { "___stop_" DPCPU_SETNAME },
#define NLIST_DPCPU_OFF 2
{ "_dpcpu_off" },
#define NLIST_MP_MAXCPUS 3
OpenPOWER on IntegriCloud