mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 6 deletions
|
|
@ -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 a new issue