ci_astpending is no more.
This commit is contained in:
parent
82a2fc0cce
commit
b684adf6ed
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: cpu.h,v 1.25 2007/08/29 23:38:03 ad Exp $ */
|
/* $NetBSD: cpu.h,v 1.26 2007/09/25 17:08:09 ad Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
@ -113,7 +113,6 @@ struct cpu_info {
|
|||||||
void (*ci_info)(struct cpu_info *);
|
void (*ci_info)(struct cpu_info *);
|
||||||
|
|
||||||
int ci_want_resched;
|
int ci_want_resched;
|
||||||
int ci_astpending;
|
|
||||||
struct trapframe *ci_ddb_regs;
|
struct trapframe *ci_ddb_regs;
|
||||||
|
|
||||||
struct x86_cache_info ci_cinfo[CAI_COUNT];
|
struct x86_cache_info ci_cinfo[CAI_COUNT];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: genassym.cf,v 1.50 2007/08/29 23:38:04 ad Exp $
|
# $NetBSD: genassym.cf,v 1.51 2007/09/25 17:08:08 ad Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
@ -290,7 +290,6 @@ define TLBSTATE_LAZY TLBSTATE_LAZY
|
|||||||
define TLBSTATE_STALE TLBSTATE_STALE
|
define TLBSTATE_STALE TLBSTATE_STALE
|
||||||
define CPU_INFO_TLB_EVCNT offsetof(struct cpu_info, ci_tlb_evcnt)
|
define CPU_INFO_TLB_EVCNT offsetof(struct cpu_info, ci_tlb_evcnt)
|
||||||
define CPU_INFO_CURLWP offsetof(struct cpu_info, ci_curlwp)
|
define CPU_INFO_CURLWP offsetof(struct cpu_info, ci_curlwp)
|
||||||
define CPU_INFO_ASTPENDING offsetof(struct cpu_info, ci_astpending)
|
|
||||||
define CPU_INFO_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
|
define CPU_INFO_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
|
||||||
define CPU_INFO_PMAP offsetof(struct cpu_info, ci_pmap)
|
define CPU_INFO_PMAP offsetof(struct cpu_info, ci_pmap)
|
||||||
define CPU_INFO_CPUMASK offsetof(struct cpu_info, ci_cpumask)
|
define CPU_INFO_CPUMASK offsetof(struct cpu_info, ci_cpumask)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: cpu.h,v 1.144 2007/08/29 23:38:04 ad Exp $ */
|
/* $NetBSD: cpu.h,v 1.145 2007/09/25 17:08:09 ad Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
@ -140,7 +140,6 @@ struct cpu_info {
|
|||||||
void (*ci_info)(struct cpu_info *);
|
void (*ci_info)(struct cpu_info *);
|
||||||
|
|
||||||
int ci_want_resched;
|
int ci_want_resched;
|
||||||
int ci_astpending;
|
|
||||||
struct trapframe *ci_ddb_regs;
|
struct trapframe *ci_ddb_regs;
|
||||||
|
|
||||||
u_int ci_cflush_lsize; /* CFLUSH insn line size */
|
u_int ci_cflush_lsize; /* CFLUSH insn line size */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: genassym.cf,v 1.13 2007/09/23 16:54:07 bouyer Exp $
|
# $NetBSD: genassym.cf,v 1.14 2007/09/25 17:08:09 ad Exp $
|
||||||
# NetBSD: genassym.cf,v 1.40 2004/02/20 17:35:01 yamt Exp
|
# NetBSD: genassym.cf,v 1.40 2004/02/20 17:35:01 yamt Exp
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -258,7 +258,6 @@ define CPU_INFO_WANT_PMAPLOAD offsetof(struct cpu_info, ci_want_pmapload)
|
|||||||
define CPU_INFO_TLBSTATE offsetof(struct cpu_info, ci_tlbstate)
|
define CPU_INFO_TLBSTATE offsetof(struct cpu_info, ci_tlbstate)
|
||||||
define TLBSTATE_VALID TLBSTATE_VALID
|
define TLBSTATE_VALID TLBSTATE_VALID
|
||||||
define CPU_INFO_CURLWP offsetof(struct cpu_info, ci_curlwp)
|
define CPU_INFO_CURLWP offsetof(struct cpu_info, ci_curlwp)
|
||||||
define CPU_INFO_ASTPENDING offsetof(struct cpu_info, ci_astpending)
|
|
||||||
define CPU_INFO_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
|
define CPU_INFO_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
|
||||||
|
|
||||||
define CPU_INFO_LEVEL offsetof(struct cpu_info, ci_cpuid_level)
|
define CPU_INFO_LEVEL offsetof(struct cpu_info, ci_cpuid_level)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: cpu.h,v 1.20 2007/05/17 14:51:36 yamt Exp $ */
|
/* $NetBSD: cpu.h,v 1.21 2007/09/25 17:08:09 ad Exp $ */
|
||||||
/* NetBSD: cpu.h,v 1.113 2004/02/20 17:35:01 yamt Exp */
|
/* NetBSD: cpu.h,v 1.113 2004/02/20 17:35:01 yamt Exp */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
@ -133,7 +133,6 @@ struct cpu_info {
|
|||||||
void (*ci_info)(struct cpu_info *);
|
void (*ci_info)(struct cpu_info *);
|
||||||
|
|
||||||
int ci_want_resched;
|
int ci_want_resched;
|
||||||
int ci_astpending;
|
|
||||||
struct trapframe *ci_ddb_regs;
|
struct trapframe *ci_ddb_regs;
|
||||||
|
|
||||||
u_int ci_cflush_lsize; /* CFLUSH insn line size */
|
u_int ci_cflush_lsize; /* CFLUSH insn line size */
|
||||||
|
Loading…
Reference in New Issue
Block a user