Document that MD pcpu fields are defined in PCPU_MD_FIELDS in

machine/pcpu.h.

Requested by:	dillon
This commit is contained in:
John Baldwin 2002-03-20 18:01:52 +00:00
parent 527f5ce021
commit 8d0747c9c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92808

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 */