Fix GCC build failure caused by r323516
No need to declare cold when we #include <sys/systm.h> Reported by: Jenkins Reviewed by: sbruno Approved by: sbruno (mentor) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D12347
This commit is contained in:
parent
99c641b97c
commit
7e93a41d0a
@ -78,7 +78,6 @@ ms_scale(int x) {
|
||||
return (max(1, x/(1000/hz)));
|
||||
}
|
||||
}
|
||||
extern int cold;
|
||||
|
||||
static inline void
|
||||
safe_pause_us(int x) {
|
||||
|
Loading…
Reference in New Issue
Block a user