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:
shurd 2017-09-13 02:44:50 +00:00
parent 99c641b97c
commit 7e93a41d0a

View File

@ -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) {