mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove the unused field "pc_prvspace" from the MD fields for the struct
pcpu. There's not even a thing such as a "struct pcup". While I'm there, remove a comment that makes no sense for arm. Spotted out by: Mark Tinguely
This commit is contained in:
parent
943b1a0f32
commit
5ac74cc6e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182945
@ -40,12 +40,7 @@ struct vmspace;
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
/*
|
||||
* Inside the kernel, the globally reserved register g7 is used to
|
||||
* point at the globaldata structure.
|
||||
*/
|
||||
#define PCPU_MD_FIELDS \
|
||||
struct pcup *pc_prvspace;
|
||||
#define PCPU_MD_FIELDS
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user