Add ci_cpuid where it's missing.

This commit is contained in:
ad 2007-08-04 09:49:51 +00:00
parent 38ed0b2878
commit 9c6535a6de
13 changed files with 26 additions and 13 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.66 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.67 2007/08/04 09:49:51 ad Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -97,6 +97,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.44 2007/06/01 11:31:01 skrll Exp $ */
/* $NetBSD: cpu.h,v 1.45 2007/08/04 09:49:51 ad Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -211,6 +211,7 @@ void arm32_vector_init(vaddr_t, int);
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
struct device *ci_dev; /* Device corresponding to this CPU */
cpuid_t ci_cpuid;
u_int32_t ci_arm_cpuid; /* aggregate CPU id */
u_int32_t ci_arm_cputype; /* CPU type */
u_int32_t ci_arm_cpurev; /* CPU revision */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.57 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.58 2007/08/04 09:49:51 ad Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -98,6 +98,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_want_resched;
int ci_mtx_count;
int ci_mtx_oldspl;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.18 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.19 2007/08/04 09:49:51 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -93,6 +93,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.54 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.55 2007/08/04 09:49:51 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -103,6 +103,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.22 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.23 2007/08/04 09:49:52 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -94,6 +94,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.87 2007/06/02 12:07:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.88 2007/08/04 09:49:52 ad Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -118,6 +118,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_oldspl;
int ci_mtx_count;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.82 2007/05/17 14:51:23 yamt Exp $ */
/* $NetBSD: cpu.h,v 1.83 2007/08/04 09:49:52 ad Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -53,6 +53,7 @@
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
u_long ci_cpu_freq; /* CPU frequency */
u_long ci_cycles_per_hz; /* CPU freq / hz */
u_long ci_divisor_delay; /* for delay/DELAY */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.38 2007/05/21 16:37:03 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.39 2007/08/04 09:49:52 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -98,6 +98,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.29 2007/05/21 16:37:04 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.30 2007/08/04 09:49:52 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -118,6 +118,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.44 2007/05/17 14:51:28 yamt Exp $ */
/* $NetBSD: cpu.h,v 1.45 2007/08/04 09:49:53 ad Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
@ -55,6 +55,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.17 2007/05/21 16:37:04 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.18 2007/08/04 09:49:53 ad Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -105,6 +105,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.42 2007/05/21 16:37:04 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.43 2007/08/04 09:49:53 ad Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -104,6 +104,7 @@
#include <sys/cpu_data.h>
struct cpu_info {
struct cpu_data ci_data; /* MI per-cpu data */
cpuid_t ci_cpuid;
int ci_mtx_count;
int ci_mtx_oldspl;
int ci_want_resched;