File:  [MW Coherent from dump] / coherent / f / usr / include / kernel / _cpuid.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#ifndef	__KERNEL__CPUID_H__
#define	__KERNEL__CPUID_H__

/*
 * This internal header file is intended as the sole point of definition for
 * the DDI/DKI data type "processorid_t". Drivers should not make any attempt
 * to interpret the format of data items of this type, or assume that the size
 * or type of this definition will remain consistent across releases of the
 * operating system. Clients should not perform any operations other than
 * assignment on data of this type.
 */

typedef	unsigned int	processorid_t;


/*
 * The following value is guaranteed never to be a valid processor id, and so
 * can be used to indicate data that are not bound to any specific processor.
 */

#define	NOCPU		((processorid_t) -1)

#endif	/* ! defined (__KERNEL__CPUID_H__) */


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.