Document that MD pcpu fields are defined in PCPU_MD_FIELDS in

machine/pcpu.h.

Requested by:	dillon
This commit is contained in:
jhb 2002-03-20 18:01:52 +00:00
parent 246869b676
commit 1d70a9fbd9

View File

@ -45,7 +45,8 @@ struct thread;
/*
* This structure maps out the global data that needs to be kept on a
* per-cpu basis. The members are accessed via the PCPU_GET/SET/PTR
* macros defined in <machine/pcpu.h>.
* macros defined in <machine/pcpu.h>. Machine dependent fields are
* defined in the PCPU_MD_FIELDS macro defined in <machine/pcpu.h>.
*/
struct pcpu {
struct thread *pc_curthread; /* Current thread */