swap_pager.c: Remove MPSAFE and ARGSUSED annotations
Reviewed by: markj Discussed with: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D33165
This commit is contained in:
parent
fc073e6743
commit
6df359449f
@ -2340,10 +2340,6 @@ struct swapon_args {
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MPSAFE
|
||||
*/
|
||||
/* ARGSUSED */
|
||||
int
|
||||
sys_swapon(struct thread *td, struct swapon_args *uap)
|
||||
{
|
||||
@ -2489,10 +2485,6 @@ struct swapoff_args {
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MPSAFE
|
||||
*/
|
||||
/* ARGSUSED */
|
||||
int
|
||||
sys_swapoff(struct thread *td, struct swapoff_args *uap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user