mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
cover up sun4v namespace pollution
This commit is contained in:
parent
1a2bea865b
commit
fe7432d7f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185490
@ -405,6 +405,9 @@ static const struct txschedule series_half[] = {
|
||||
};
|
||||
#undef H
|
||||
|
||||
#ifdef Q
|
||||
#undef Q /* sun4v bogosity */
|
||||
#endif
|
||||
#define Q(_r) \
|
||||
(((_r) == 1.5) ? 0 : (((_r) ==2.25) ? 1 : (((_r) == 3) ? 2 : \
|
||||
(((_r) == 4.5) ? 3 : (((_r) == 6) ? 4 : (((_r) == 9) ? 5 : \
|
||||
|
Loading…
Reference in New Issue
Block a user